Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dynamic file make tags generation always recursive #146

Open
sambonbonne opened this issue May 23, 2016 · 1 comment
Open

Dynamic file make tags generation always recursive #146

sambonbonne opened this issue May 23, 2016 · 1 comment

Comments

@sambonbonne
Copy link

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 :

let g:easytags_auto_highlight = 0
let g:easytags_on_cursorhold = 0 " disabled because it causes a recursive tag generation
set cpoptions+=d
set tags=./tags;
let g: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 :)

@talayhan
Copy link

talayhan commented Dec 9, 2016

It's very helpful informations, thank u.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants