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

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