change syntastic settings

This commit is contained in:
Cedric Girard 2013-09-09 13:15:06 +02:00
parent d40a46a8a3
commit 3a026a7051

View file

@ -203,9 +203,7 @@ let g:calendar_monday = 1
" Syntastic " Syntastic
let g:syntastic_enable_signs=1 let g:syntastic_enable_signs=1
let g:syntastic_auto_loc_list=1 let g:syntastic_auto_loc_list=1
let g:syntastic_mode_map = { 'mode': 'active', let g:syntastic_perl_checkers=['perl', 'perlcritic']
\ 'active_filetypes': ['ruby', 'php', 'perl'],
\ 'passive_filetypes': ['puppet'] }
" Source the vimrc file after saving it " Source the vimrc file after saving it
if has("autocmd") if has("autocmd")