replace nil with nixd

This commit is contained in:
Adithya 2024-04-21 19:32:04 +05:30
parent 15bbf5d0c0
commit 5014ee95b5
Signed by: adtya
GPG key ID: B8857BFBA2C47B9C

View file

@ -64,7 +64,7 @@ lspconfig.lua_ls.setup({
},
})
lspconfig.nil_ls.setup({
lspconfig.nixd.setup({
capabilities = lsp_capabilities,
})