Closed samusz closed 4 months ago
I believe the following instructions should be available in the README's install section.
From : https://elixirforum.com/t/helix-editor-for-elixir-development/54964
Put the following configuration in .config/helix/languages.toml, and happy coding!
.config/helix/languages.toml
[[language]] name = "elixir" scope = "source.elixir" injection-regex = "elixir" file-types = ["ex", "exs"] roots = ["mix.exs"] auto-format = true diagnostic-severity = "Hint" comment-token = "#" indent = {tab-width = 2, unit = " "} language-server = {command = "elixir-ls"}
Please open a PR
I'm not using helix. I'll be happy to accept a PR from someone who does though
I believe the following instructions should be available in the README's install section.
From : https://elixirforum.com/t/helix-editor-for-elixir-development/54964
Put the following configuration in
.config/helix/languages.toml
, and happy coding!