mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-09 23:06:38 -05:00
Don't check syntax on :wq
This commit is contained in:
parent
26608e0eee
commit
2e69f653ca
1 changed files with 1 additions and 0 deletions
|
@ -158,6 +158,7 @@
|
||||||
let g:syntastic_check_on_wq=0
|
let g:syntastic_check_on_wq=0
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
let g:syntastic_check_on_wq=0
|
||||||
let g:syntastic_always_populate_loc_list=1
|
let g:syntastic_always_populate_loc_list=1
|
||||||
let g:syntastic_auto_loc_list=1
|
let g:syntastic_auto_loc_list=1
|
||||||
let g:syntastic_loc_list_height=5
|
let g:syntastic_loc_list_height=5
|
||||||
|
|
Loading…
Reference in a new issue