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