LSP: move to nixd

This commit is contained in:
DashieTM 2024-07-11 22:39:23 +02:00
parent 9109a98e9b
commit fc11a4ed7c
3 changed files with 3 additions and 4 deletions

View file

@ -22,5 +22,4 @@
}; };
colorscheme = "catppuccin-mocha"; colorscheme = "catppuccin-mocha";
}; };
} }

View file

@ -9,7 +9,7 @@
lua-language-server lua-language-server
stylua stylua
# nix # nix
nil nixd
# go # go
gopls gopls
# jafuck # jafuck

View file

@ -121,9 +121,9 @@ return {
}, },
mason = false, mason = false,
}, },
nil_ls = { nixd = {
settings = { settings = {
["nil"] = { ["nixd"] = {
formatting = { formatting = {
command = { "nixpkgs-fmt" }, command = { "nixpkgs-fmt" },
}, },