Skip to content

Commit

Permalink
nix lsp: change lspconfig from nil_ls to nixd for a more complete lsp…
Browse files Browse the repository at this point in the history
… for nix

Signed-off-by: aserowy <serowy@hotmail.com>
  • Loading branch information
aserowy committed Nov 8, 2024
1 parent 40b8d42 commit 0e23878
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/language/lsp/nix.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
local M = {}
function M.setup(capabilities, on_attach)
require("lspconfig").nil_ls.setup({
require("lspconfig").nixd.setup({
capabilities = capabilities,
on_attach = on_attach,
})
Expand Down

0 comments on commit 0e23878

Please sign in to comment.