mirror of
https://github.com/realAscot/helix.git
synced 2025-09-14 04:03:03 +02:00
add language server for elixir and nix (#725)
This commit is contained in:
parent
89f0dbe8e8
commit
f871d318c0
@ -48,6 +48,7 @@ file-types = ["ex", "exs"]
|
||||
roots = []
|
||||
comment-token = "#"
|
||||
|
||||
language-server = { command = "elixir-ls" }
|
||||
indent = { tab-width = 2, unit = " " }
|
||||
|
||||
[[language]]
|
||||
@ -165,6 +166,7 @@ file-types = ["nix"]
|
||||
roots = []
|
||||
comment-token = "#"
|
||||
|
||||
language-server = { command = "rnix-lsp" }
|
||||
indent = { tab-width = 2, unit = " " }
|
||||
|
||||
[[language]]
|
||||
|
Loading…
x
Reference in New Issue
Block a user