summaryrefslogtreecommitdiff
path: root/autoload
diff options
context:
space:
mode:
authorHoracio Sanson <hsanson@gmail.com>2022-05-03 10:34:52 +0900
committerGitHub <noreply@github.com>2022-05-03 10:34:52 +0900
commit204e6294cfa0475e3437364d1c3dff6157fa1b83 (patch)
tree5dc8afd9ceb722890110de7e1b5d7556a9e8d46a /autoload
parentc694a241883ec5c33f972a612cfcd464cda3c5fa (diff)
downloadale-204e6294cfa0475e3437364d1c3dff6157fa1b83.zip
Fix 4177 set default yaml linters (#4178)
* Fix 4177 set default yaml linters * Fix 4177 set default yaml linters
Diffstat (limited to 'autoload')
-rw-r--r--autoload/ale/linter.vim1
1 files changed, 1 insertions, 0 deletions
diff --git a/autoload/ale/linter.vim b/autoload/ale/linter.vim
index 98839488..1d442a03 100644
--- a/autoload/ale/linter.vim
+++ b/autoload/ale/linter.vim
@@ -57,6 +57,7 @@ let s:default_ale_linters = {
\ 'vue': ['eslint', 'vls'],
\ 'zsh': ['shell'],
\ 'v': ['v'],
+\ 'yaml': ['spectral', 'yaml-language-server', 'yamllint'],
\}
" Testing/debugging helper to unload all linters.