From 0452f210b02fdc86775f1e67fae8fca93576dfe5 Mon Sep 17 00:00:00 2001 From: Jonni Liljamo Date: Wed, 23 Apr 2025 18:01:17 +0300 Subject: [PATCH] feat(lsp): bring back inlayHints --- config/plugins/lsp.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/plugins/lsp.nix b/config/plugins/lsp.nix index d1ba86f..bb37b56 100644 --- a/config/plugins/lsp.nix +++ b/config/plugins/lsp.nix @@ -2,7 +2,7 @@ plugins = { lsp = { enable = true; - #inlayHints = true; + inlayHints = true; servers = { gopls.enable = true; html.enable = true; -- 2.44.1