switch back to rnix-lsp

This commit is contained in:
Leonardo Eugênio 2023-01-22 18:11:52 -03:00
parent bbad3928fc
commit 219fe2c565

View file

@ -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" ]