add language server for elixir and nix (#725)

imgbot
Raphael Megzari 3 years ago committed by GitHub
parent 89f0dbe8e8
commit f871d318c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save