mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-03 19:07:44 +03:00
parent
e884daea41
commit
3b306fa022
2 changed files with 3 additions and 2 deletions
|
@ -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
Add a link
Reference in a new issue