Add nil lsp
This commit is contained in:
parent
b130c3fc4d
commit
7891699ec5
5 changed files with 69 additions and 1 deletions
|
@ -103,6 +103,7 @@ in {
|
|||
nodePackages.uglify-js
|
||||
|
||||
flow # js lsp server
|
||||
nil-lsp # nix lsp server
|
||||
|
||||
# cargo
|
||||
cargo-edit
|
||||
|
|
|
@ -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"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue