@fceruti - have you got elixir-ls working. I added
[[language]]
name = "elixir"
scope = "source.elixir"
file-types = ["ex", "exs", "heex"]
roots = ["mix.exs"]
auto-format = true
diagnostic-severity = "Hint"
comment-token = "#"
indent = {tab-width = 2, unit = " "}
language-server = {command = "elixir-ls"}
to my languages.toml file but helix did not seem to find it.
helix did not seem to read languages.toml but hx --health elixir still confirms elixir-ls is configured.
Luke Pighetti on youtube https://www.youtube.com/@LukePighetti/videos uses a ~/.config/helix/config.toml file for helix configuration… I added the [[language]] block to config.toml but helix still did not like that…
❯ hx --health elixir
Configured language server: elixir-ls
Binary for language server: /opt/homebrew/bin/elixir-ls
Configured debug adapter: None
Highlight queries: ✓
Textobject queries: ✓
Indent queries: ✓
but I still dont get helix showing acces to elixir docs when I press space k while on an elixir function.






















