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