Skip to content

Commit

Permalink
Update languages.toml - add nixd, closes helix-editor#10734 (helix-ed…
Browse files Browse the repository at this point in the history
  • Loading branch information
KiaraGrouwstra authored and mxxntype committed Aug 14, 2024
1 parent 8b0d784 commit b0f210c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion book/src/generated/lang-support.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@
| nasm ||| | |
| nickel || || `nls` |
| nim |||| `nimlangserver` |
| nix ||| | `nil` |
| nix ||| | `nil`, `nixd` |
| nu || | | `nu` |
| nunjucks || | | |
| ocaml || || `ocamllsp` |
Expand Down
3 changes: 2 additions & 1 deletion languages.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down Expand Up @@ -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]]
Expand Down

0 comments on commit b0f210c

Please sign in to comment.