lsp: replace rnix-lsp with nil
This commit is contained in:
parent
754ea46301
commit
b16750277b
|
@ -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
|
||||
|
||||
|
|
|
@ -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" ]
|
||||
|
||||
|
|
Loading…
Reference in a new issue