add LSP for nushell (#8878)
This commit is contained in:
parent
db83eb0c50
commit
f1b9c19fa9
2 changed files with 3 additions and 1 deletions
|
@ -105,7 +105,7 @@
|
|||
| nickel | ✓ | | ✓ | `nls` |
|
||||
| nim | ✓ | ✓ | ✓ | `nimlangserver` |
|
||||
| nix | ✓ | | | `nil` |
|
||||
| nu | ✓ | | | |
|
||||
| nu | ✓ | | | `nu` |
|
||||
| nunjucks | ✓ | | | |
|
||||
| ocaml | ✓ | | ✓ | `ocamllsp` |
|
||||
| ocaml-interface | ✓ | | | `ocamllsp` |
|
||||
|
|
|
@ -47,6 +47,7 @@ mint = { command = "mint", args = ["ls"] }
|
|||
nil = { command = "nil" }
|
||||
nimlangserver = { command = "nimlangserver" }
|
||||
nls = { command = "nls" }
|
||||
nu-lsp = { command = "nu", args = [ "--lsp" ] }
|
||||
ocamllsp = { command = "ocamllsp" }
|
||||
ols = { command = "ols", args = [] }
|
||||
omnisharp = { command = "OmniSharp", args = [ "--languageserver" ] }
|
||||
|
@ -1783,6 +1784,7 @@ file-types = ["nu"]
|
|||
shebangs = ["nu"]
|
||||
comment-token = "#"
|
||||
indent = { tab-width = 2, unit = " " }
|
||||
language-servers = [ "nu-lsp" ]
|
||||
|
||||
[[grammar]]
|
||||
name = "nu"
|
||||
|
|
Loading…
Add table
Reference in a new issue