Fix 4177 set default yaml linters (#4178)

* Fix 4177 set default yaml linters

* Fix 4177 set default yaml linters
This commit is contained in:
Horacio Sanson
2022-05-03 10:34:52 +09:00
committed by GitHub
parent c694a24188
commit 204e6294cf
3 changed files with 12 additions and 3 deletions

View File

@@ -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.