mirror of https://github.com/helix-editor/helix
add language server for elixir and nix (#725)
parent
89f0dbe8e8
commit
f871d318c0
|
@ -48,6 +48,7 @@ file-types = ["ex", "exs"]
|
||||||
roots = []
|
roots = []
|
||||||
comment-token = "#"
|
comment-token = "#"
|
||||||
|
|
||||||
|
language-server = { command = "elixir-ls" }
|
||||||
indent = { tab-width = 2, unit = " " }
|
indent = { tab-width = 2, unit = " " }
|
||||||
|
|
||||||
[[language]]
|
[[language]]
|
||||||
|
@ -165,6 +166,7 @@ file-types = ["nix"]
|
||||||
roots = []
|
roots = []
|
||||||
comment-token = "#"
|
comment-token = "#"
|
||||||
|
|
||||||
|
language-server = { command = "rnix-lsp" }
|
||||||
indent = { tab-width = 2, unit = " " }
|
indent = { tab-width = 2, unit = " " }
|
||||||
|
|
||||||
[[language]]
|
[[language]]
|
||||||
|
|
Loading…
Reference in New Issue