Run vim-easytags asynchronously

This commit is contained in:
Kevin MacMartin 2021-02-04 22:28:58 -05:00
parent a72428cf59
commit 04ea11ad53

View file

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