From bf5f71db27f238bb93ab571939b7c341e6d81990 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..41c49e2 100644 --- a/lua/conf/plugins/lsp.lua +++ b/lua/conf/plugins/lsp.lua @@ -15,7 +15,7 @@ return { "lua_ls", "basedpyright", "zls", - "rnix" + "nil" } } end