lsp: replace rnix-lsp with nil

This commit is contained in:
Leonardo Eugênio 2024-03-15 23:08:35 -03:00 committed by lelgenio
parent 754ea46301
commit b16750277b
2 changed files with 1 additions and 2 deletions

View File

@ -122,7 +122,6 @@
nodePackages.typescript-language-server
flow # js lsp server
nil # nix lsp server
rnix-lsp # nix lsp
clang-tools # c/c++ lsp server
rust-analyzer # rust analyzer

View File

@ -120,8 +120,8 @@ command = "nimlsp"
[language.nix]
filetypes = ["nix"]
command = "nil"
roots = ["flake.nix", "shell.nix", ".git"]
command = "rnix-lsp"
[language.nix.settings.nil]
formatting.command = [ "nixpkgs-fmt" ]