diff options
author | w0rp <devw0rp@gmail.com> | 2022-03-05 00:43:56 +0000 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2022-03-05 00:43:56 +0000 |
commit | e5492e124dbd57dda5301ed8fd41f7539b44c23a (patch) | |
tree | eb25781ef4cb73a65be9f2aaad305b758d7e1d4d /autoload | |
parent | 87ade74b4dbf4d1cb779284bc7b0f9b2c4be80eb (diff) | |
download | ale-e5492e124dbd57dda5301ed8fd41f7539b44c23a.zip |
Document default linter selections again
Diffstat (limited to 'autoload')
-rw-r--r-- | autoload/ale/linter.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autoload/ale/linter.vim b/autoload/ale/linter.vim index 0dfb4915..9079dfa0 100644 --- a/autoload/ale/linter.vim +++ b/autoload/ale/linter.vim @@ -54,7 +54,7 @@ let s:default_ale_linters = { \ 'rust': ['cargo', 'rls'], \ 'spec': [], \ 'text': [], -\ 'vue': ['vls', 'eslint'], +\ 'vue': ['eslint', 'vls'], \ 'zsh': ['shell'], \ 'v': ['v'], \} |