From f1624aff868d9c738c06619068afff75ed875292 Mon Sep 17 00:00:00 2001 From: dlond Date: Thu, 15 May 2025 09:32:34 +1200 Subject: [PATCH] trying different nix lsp --- lua/custom/plugins/lsp.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/custom/plugins/lsp.lua b/lua/custom/plugins/lsp.lua index 615dc109..54cd7c5c 100644 --- a/lua/custom/plugins/lsp.lua +++ b/lua/custom/plugins/lsp.lua @@ -17,7 +17,7 @@ return { 'lua_ls', 'clangd', 'pyright', - 'nixd', + 'nil_ls', -- Add others like 'bashls', 'yamlls', 'nixd', 'gopls', 'rust_analyzer' etc. if needed }, },