From ec42464b081e02809a75eab2fb6ad18fa725dd13 Mon Sep 17 00:00:00 2001 From: nagymathev Date: Wed, 10 Jul 2024 11:05:43 +0100 Subject: [PATCH] replace nixd with nil --- lua/kickstart/plugins/lsp.lua | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lua/kickstart/plugins/lsp.lua b/lua/kickstart/plugins/lsp.lua index 5c9ba1ee..7d4c09e2 100644 --- a/lua/kickstart/plugins/lsp.lua +++ b/lua/kickstart/plugins/lsp.lua @@ -253,7 +253,9 @@ return { -- But for many setups, the LSP (`tsserver`) will work just fine -- tsserver = {}, -- - nixd = {}, + ['nil_ls'] = { + alias = 'nil', + }, bashls = { alias = 'bash-language-server', },