From 85768555ddc855c2033d7d1f7af53c281304d3db Mon Sep 17 00:00:00 2001 From: Jonni Liljamo Date: Mon, 31 Mar 2025 14:46:26 +0300 Subject: [PATCH] fix(lsp): inlay hints fuck shit up currently, disable --- 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 bb37b56..d1ba86f 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