parent
e884daea41
commit
3b306fa022
2 changed files with 3 additions and 2 deletions
|
@ -134,7 +134,7 @@
|
|||
| nasm | ✓ | ✓ | | |
|
||||
| nickel | ✓ | | ✓ | `nls` |
|
||||
| nim | ✓ | ✓ | ✓ | `nimlangserver` |
|
||||
| nix | ✓ | ✓ | | `nil` |
|
||||
| nix | ✓ | ✓ | | `nil`, `nixd` |
|
||||
| nu | ✓ | | | `nu` |
|
||||
| nunjucks | ✓ | | | |
|
||||
| ocaml | ✓ | | ✓ | `ocamllsp` |
|
||||
|
|
|
@ -61,6 +61,7 @@ mojo-lsp = { command = "mojo-lsp-server" }
|
|||
nil = { command = "nil" }
|
||||
nimlangserver = { command = "nimlangserver" }
|
||||
nimlsp = { command = "nimlsp" }
|
||||
nixd = { command = "nixd" }
|
||||
nls = { command = "nls" }
|
||||
nu-lsp = { command = "nu", args = [ "--lsp" ] }
|
||||
ocamllsp = { command = "ocamllsp" }
|
||||
|
@ -886,7 +887,7 @@ injection-regex = "nix"
|
|||
file-types = ["nix"]
|
||||
shebangs = []
|
||||
comment-token = "#"
|
||||
language-servers = [ "nil" ]
|
||||
language-servers = [ "nil", "nixd" ]
|
||||
indent = { tab-width = 2, unit = " " }
|
||||
|
||||
[[grammar]]
|
||||
|
|
Loading…
Add table
Reference in a new issue