From 469daa1985a73df581054158d837df605b0d7637 Mon Sep 17 00:00:00 2001 From: Dustin Swan Date: Thu, 15 Sep 2011 17:28:50 -0400 Subject: [PATCH] Adding some syntastic stuff. Auto enable signs and location list --- vimrc | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/vimrc b/vimrc index 6f1d89e..2a5e404 100644 --- a/vimrc +++ b/vimrc @@ -79,3 +79,11 @@ let g:EasyMotion_leader_key = 'e' if has("gui_running") set go=-t endif + +" Syntastic +set statusline+=%#warningmsg# +set statusline+=%{SyntasticStatuslineFlag()} +set statusline+=%* + +let g:syntastic_enable_signs=1 +let g:syntastic_auto_loc_list=1