From 5014ee95b5223b42579bb83841a8bf896bf5cc19 Mon Sep 17 00:00:00 2001 From: Adithya Nair Date: Sun, 21 Apr 2024 19:32:04 +0530 Subject: [PATCH] replace nil with nixd --- after/plugin/lsp.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/after/plugin/lsp.lua b/after/plugin/lsp.lua index 2954a95..81e4733 100644 --- a/after/plugin/lsp.lua +++ b/after/plugin/lsp.lua @@ -64,7 +64,7 @@ lspconfig.lua_ls.setup({ }, }) -lspconfig.nil_ls.setup({ +lspconfig.nixd.setup({ capabilities = lsp_capabilities, })