From 550f5d060bf62a1eb3919418d104c6d97972e3c4 Mon Sep 17 00:00:00 2001 From: Squibid Date: Thu, 18 Dec 2025 00:33:12 -0500 Subject: [PATCH] this is the good nix lsp --- lua/conf/plugins/lsp.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/conf/plugins/lsp.lua b/lua/conf/plugins/lsp.lua index 24b110b..0d9f4c0 100644 --- a/lua/conf/plugins/lsp.lua +++ b/lua/conf/plugins/lsp.lua @@ -15,7 +15,7 @@ return { "lua_ls", "basedpyright", "zls", - "rnix" + "nil_ls" } } end