Add yamllint syntax checker

This commit is contained in:
gardouille 2018-06-06 17:18:27 +02:00
parent 439971abac
commit 5e5705ccbc
Signed by: gardouille
GPG Key ID: E759BAA22501AF32
1 changed files with 2 additions and 1 deletions

3
vimrc
View File

@ -278,10 +278,11 @@ map <F8> <Leader>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 :