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";
};
}

View file

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

View file

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