From edc5f5c5e16c47321d2989ddb2770e136350d2a6 Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Sun, 22 Jan 2012 00:05:29 -0500 Subject: Add syntastic --- .vimrc | 5 +++++ 1 file changed, 5 insertions(+) (limited to '.vimrc') diff --git a/.vimrc b/.vimrc index cda825a0..b023e02f 100644 --- a/.vimrc +++ b/.vimrc @@ -75,6 +75,11 @@ runtime macros/matchit.vim autocmd InsertEnter * setlocal nolist autocmd InsertLeave * setlocal list +" Syntastic options +let g:syntastic_check_on_open=1 +let g:syntastic_enable_signs=0 +let g:syntastic_auto_loc_list=1 + " Custom maps let g:buffergator_suppress_keymaps=1 -- cgit 1.4.1