mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-12 16:06:39 -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_highlight = 1
|
||||
endif
|
||||
|
||||
"run asynchronously
|
||||
let g:easytags_async = 1
|
||||
|
|
Loading…
Reference in a new issue