From 5e5705ccbcdeb36dbe6b1424e837400eae941ec5 Mon Sep 17 00:00:00 2001 From: Gardouille Date: Wed, 6 Jun 2018 17:18:27 +0200 Subject: [PATCH] Add yamllint syntax checker --- vimrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/vimrc b/vimrc index 5a4aa77..3608ea0 100644 --- a/vimrc +++ b/vimrc @@ -278,10 +278,11 @@ map cs " Won't work ... let g:syntastic_mode_map = { 'mode': 'active', - \ 'active_filetypes': ['markdown', 'php', 'ruby', 'sh', 'zsh'], + \ 'active_filetypes': ['markdown', 'yaml', 'php', 'ruby', 'sh', 'zsh'], \ 'passive_filetypes': ['puppet', 'sql', 'vim'] } "let g:syntastic_puppet_checkers = ['puppet'] let g:syntastic_puppet_checkers = ['puppetlint'] +let g:syntastic_yaml_checkers = ['yamllint'] "########################## " Neocomplcache :