#2397 - disable elixir-ls by default, which can be CPU hungry

This commit is contained in:
w0rp
2019-03-29 14:19:13 +00:00
parent a92627e1e1
commit 442d672d8a
3 changed files with 3 additions and 3 deletions

View File

@@ -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': [],