mirror of
https://github.com/prurigro/darkcloud-vimconfig.git
synced 2024-11-22 06:44:09 -05:00
Run vim-easytags asynchronously
This commit is contained in:
parent
a72428cf59
commit
04ea11ad53
1 changed files with 3 additions and 0 deletions
|
@ -27,3 +27,6 @@ else
|
||||||
let g:easytags_auto_update = 1
|
let g:easytags_auto_update = 1
|
||||||
let g:easytags_auto_highlight = 1
|
let g:easytags_auto_highlight = 1
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
"run asynchronously
|
||||||
|
let g:easytags_async = 1
|
||||||
|
|
Loading…
Reference in a new issue