Update helix languages for new helix

This commit is contained in:
Daniel Flanagan 2023-08-23 10:52:03 -05:00
parent c2d2d77252
commit 3440d5989c
Signed by: lytedev
GPG Key ID: 5B2020A0F9921EF4
1 changed files with 4 additions and 1 deletions

View File

@ -1,6 +1,9 @@
[language-server]
lexical = { command = "lexical", args = ["start"] }
[[language]]
name = "elixir"
language-server = { command = "lexical", args = ["start"] }
language-servers = ["elixir-ls", "lexical"]
auto-format = true
[[language]]