add language server for elixir and nix (#725)
This commit is contained in:
parent
89f0dbe8e8
commit
f871d318c0
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue