diff options
author | w0rp <devw0rp@gmail.com> | 2019-03-29 14:19:13 +0000 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2019-03-29 14:19:13 +0000 |
commit | 442d672d8aa20d866c6c186d8a11ad63bb1a9c6d (patch) | |
tree | dd9456535dcfdc0524bf679bb1f8b4cc12d14e6b /supported-tools.md | |
parent | a92627e1e1bbd3dfc21ab1a16547c94e792da2a7 (diff) | |
download | ale-442d672d8aa20d866c6c186d8a11ad63bb1a9c6d.zip |
#2397 - disable elixir-ls by default, which can be CPU hungry
Diffstat (limited to 'supported-tools.md')
-rw-r--r-- | supported-tools.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/supported-tools.md b/supported-tools.md index c044d9f3..b540e828 100644 --- a/supported-tools.md +++ b/supported-tools.md @@ -123,7 +123,7 @@ formatting. * [credo](https://github.com/rrrene/credo) * [dialyxir](https://github.com/jeremyjh/dialyxir) * [dogma](https://github.com/lpil/dogma) - * [elixir-ls](https://github.com/JakeBecker/elixir-ls) + * [elixir-ls](https://github.com/JakeBecker/elixir-ls) :warning: * [mix](https://hexdocs.pm/mix/Mix.html) :warning: :floppy_disk: * Elm * [elm-format](https://github.com/avh4/elm-format) |