Adding some syntastic stuff. Auto enable signs and location list

This commit is contained in:
Dustin Swan
2011-09-15 17:28:50 -04:00
parent 45ea5d3088
commit 469daa1985

8
vimrc
View File

@@ -79,3 +79,11 @@ let g:EasyMotion_leader_key = '<Leader>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