Adding some syntastic stuff. Auto enable signs and location list

master
Dustin Swan 13 years ago
parent 45ea5d3088
commit 469daa1985

@ -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

Loading…
Cancel
Save