switch back to rnix-lsp
This commit is contained in:
parent
bbad3928fc
commit
219fe2c565
|
@ -108,7 +108,7 @@ command = "nimlsp"
|
||||||
[language.nix]
|
[language.nix]
|
||||||
filetypes = ["nix"]
|
filetypes = ["nix"]
|
||||||
roots = ["flake.nix", "shell.nix", ".git"]
|
roots = ["flake.nix", "shell.nix", ".git"]
|
||||||
command = "nil"
|
command = "rnix-lsp"
|
||||||
[language.nix.settings.nil]
|
[language.nix.settings.nil]
|
||||||
formatting.command = [ "nixpkgs-fmt" ]
|
formatting.command = [ "nixpkgs-fmt" ]
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue