mirror of
https://github.com/dense-analysis/ale.git
synced 2026-02-05 17:37:47 +08:00
Fix 4177 set default yaml linters (#4178)
* Fix 4177 set default yaml linters * Fix 4177 set default yaml linters
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user