From 442d672d8aa20d866c6c186d8a11ad63bb1a9c6d Mon Sep 17 00:00:00 2001 From: w0rp Date: Fri, 29 Mar 2019 14:19:13 +0000 Subject: [PATCH] #2397 - disable elixir-ls by default, which can be CPU hungry --- autoload/ale/linter.vim | 2 +- doc/ale.txt | 2 +- supported-tools.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/autoload/ale/linter.vim b/autoload/ale/linter.vim index 4937a6d7..d680391d 100644 --- a/autoload/ale/linter.vim +++ b/autoload/ale/linter.vim @@ -32,7 +32,7 @@ let s:default_ale_linter_aliases = { " NOTE: Update the g:ale_linters documentation when modifying this. let s:default_ale_linters = { \ 'csh': ['shell'], -\ 'elixir': ['credo', 'dialyxir', 'dogma', 'elixir-ls'], +\ 'elixir': ['credo', 'dialyxir', 'dogma'], \ 'go': ['gofmt', 'golint', 'go vet'], \ 'hack': ['hack'], \ 'help': [], diff --git a/doc/ale.txt b/doc/ale.txt index f3ceacdb..cc83fdda 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -1342,7 +1342,7 @@ g:ale_linters *g:ale_linters* { \ 'csh': ['shell'], - \ 'elixir': ['credo', 'dialyxir', 'dogma', 'elixir-ls'], + \ 'elixir': ['credo', 'dialyxir', 'dogma'], \ 'go': ['gofmt', 'golint', 'go vet'], \ 'hack': ['hack'], \ 'help': [], 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)