Adding some syntastic stuff. Auto enable signs and location list
This commit is contained in:
parent
45ea5d3088
commit
469daa1985
1 changed files with 8 additions and 0 deletions
8
vimrc
8
vimrc
|
|
@ -79,3 +79,11 @@ let g:EasyMotion_leader_key = '<Leader>e'
|
||||||
if has("gui_running")
|
if has("gui_running")
|
||||||
set go=-t
|
set go=-t
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
" Syntastic
|
||||||
|
set statusline+=%#warningmsg#
|
||||||
|
set statusline+=%{SyntasticStatuslineFlag()}
|
||||||
|
set statusline+=%*
|
||||||
|
|
||||||
|
let g:syntastic_enable_signs=1
|
||||||
|
let g:syntastic_auto_loc_list=1
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue