From 3a026a70512f92ff2a230a2f55898a303060fe90 Mon Sep 17 00:00:00 2001 From: Cedric Girard Date: Mon, 9 Sep 2013 13:15:06 +0200 Subject: [PATCH] change syntastic settings --- vim/.vimrc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/vim/.vimrc b/vim/.vimrc index 89549a3..72d339c 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -203,9 +203,7 @@ let g:calendar_monday = 1 " Syntastic let g:syntastic_enable_signs=1 let g:syntastic_auto_loc_list=1 -let g:syntastic_mode_map = { 'mode': 'active', - \ 'active_filetypes': ['ruby', 'php', 'perl'], - \ 'passive_filetypes': ['puppet'] } +let g:syntastic_perl_checkers=['perl', 'perlcritic'] " Source the vimrc file after saving it if has("autocmd")