You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found that if I set g:easytags_dynamic_files to a non-zero value (1 or 2), tags are always generated recursively (which take more than 1 minute on some projects I work on).
I tried to put g:easytags_async to 1, but it take all my CPU for 1 minute so Vim becomes slow (but it's not blocking, at least).
My config for easytags :
letg:easytags_auto_highlight=0letg:easytags_on_cursorhold=0" disabled because it causes a recursive tag generationsetcpoptions+=dsettags=./tags;
letg:easytags_dynamic_files=2
When I set g:easytags_dynamic_files to 0, all work as expected : it takes less than a second.
But I want to have one tags file per project.
I use Neovim for editing and Universal Ctags for ctags, which is Exuberant compatible.
I hope this informations will be useful and this issue can be solved.
If I can help, let me know :)
The text was updated successfully, but these errors were encountered:
Hi,
I found that if I set
g:easytags_dynamic_files
to a non-zero value (1 or 2), tags are always generated recursively (which take more than 1 minute on some projects I work on).I tried to put
g:easytags_async
to 1, but it take all my CPU for 1 minute so Vim becomes slow (but it's not blocking, at least).My config for easytags :
When I set
g:easytags_dynamic_files
to 0, all work as expected : it takes less than a second.But I want to have one tags file per project.
I use Neovim for editing and Universal Ctags for ctags, which is Exuberant compatible.
I hope this informations will be useful and this issue can be solved.
If I can help, let me know :)
The text was updated successfully, but these errors were encountered: