Skip to content

Commit

Permalink
add language server for elixir and nix (#725)
Browse files Browse the repository at this point in the history
  • Loading branch information
happysalada authored Sep 7, 2021
1 parent 89f0dbe commit f871d31
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions languages.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ file-types = ["ex", "exs"]
roots = []
comment-token = "#"

language-server = { command = "elixir-ls" }
indent = { tab-width = 2, unit = " " }

[[language]]
Expand Down Expand Up @@ -165,6 +166,7 @@ file-types = ["nix"]
roots = []
comment-token = "#"

language-server = { command = "rnix-lsp" }
indent = { tab-width = 2, unit = " " }

[[language]]
Expand Down

0 comments on commit f871d31

Please sign in to comment.