Add nil lsp

This commit is contained in:
lelgenio 2022-11-25 16:13:01 -03:00 committed by Leonardo Eugênio
parent b130c3fc4d
commit 7891699ec5
5 changed files with 69 additions and 1 deletions

View file

@ -103,6 +103,7 @@ in {
nodePackages.uglify-js
flow # js lsp server
nil-lsp # nix lsp server
# cargo
cargo-edit

View file

@ -108,7 +108,7 @@ command = "nimlsp"
[language.nix]
filetypes = ["nix"]
roots = ["flake.nix", "shell.nix", ".git"]
command = "rnix-lsp"
command = "nil"
[language.ocaml]
filetypes = ["ocaml"]