Fix #2084 - Disable mix by default, as it causes too many problems

This commit is contained in:
w0rp
2018-11-19 20:14:22 +00:00
parent 1c89495d77
commit e74d43fb25
3 changed files with 7 additions and 0 deletions

View File

@@ -32,6 +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'],
\ 'go': ['gofmt', 'golint', 'go vet'],
\ 'hack': ['hack'],
\ 'help': [],