lsp: replace rnix-lsp with nil

This commit is contained in:
Leonardo Eugênio 2024-03-15 23:08:35 -03:00
parent 5cbc3b799f
commit 5571ebd26a

View file

@ -69,11 +69,11 @@ roots = ["package.json"]
command = "vscode-json-languageserver" command = "vscode-json-languageserver"
args = ["--stdio"] args = ["--stdio"]
[language_server.rnix-lsp] [language_server.nil]
filetypes = ["nix"] filetypes = ["nix"]
command = "nil" command = "nil"
roots = ["flake.nix", "shell.nix", ".git"] roots = ["flake.nix", "shell.nix", ".git"]
[language.nix.settings.nil] [language_server.nil.settings.nil]
formatting.command = [ "nixpkgs-fmt" ] formatting.command = [ "nixpkgs-fmt" ]
[language_server.intelephense] [language_server.intelephense]