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

Is there a way to force gutentags to generate only one tag file? #340

Open
SKOHscripts opened this issue Feb 2, 2023 · 0 comments
Open

Comments

@SKOHscripts
Copy link

To give a bit of context, I’m working in a big project, containing a lot of git repos all connected together. That is why I often need to look for tags that are in another repo. Gutentags is very useful because it manages all my tags automatically and updates them in a file. However, I’d like it to update them in a single file, where I want to, and not in multiple tag files. Using fzf then allows me to catch the right tag.

I created a Maketags command in my vimrc that creates all the tags in a single file, but it freezes with GVim and not with Vim:

command! MakeTags !ctags -V -R --c++-kinds=+px --extra=+qf --excmd=pattern --exclude=Makefile -f /root/of/the/project/tag_file /root/of/the/project/

It is also not as useful as gutentags and its autoreload function.

Do someone know what to do?

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

1 participant