feat(nvim): use nixd instead of nil

This commit is contained in:
Moritz Böhme 2023-09-27 13:11:07 +02:00
parent e2a0172e2d
commit fadee02e60
No known key found for this signature in database
GPG key ID: 970C6E89EB0547A9
6 changed files with 28 additions and 59 deletions

View file

@ -33,7 +33,7 @@ in
deadnix
isort
jq
nil
nixd
nixpkgs-fmt
nodePackages.bash-language-server
rustfmt

View file

@ -134,7 +134,7 @@ end
local servers = {
"bashls",
"nil_ls",
"nixd",
"pylsp",
"ruff_lsp",
"typst_lsp",