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 it possible to use gtags instead of ctags? #43

Open
xbot opened this issue Aug 30, 2022 · 1 comment
Open

Is it possible to use gtags instead of ctags? #43

xbot opened this issue Aug 30, 2022 · 1 comment
Labels

Comments

@xbot
Copy link

xbot commented Aug 30, 2022

The file size generated by ctags is way bigger than that of gtags, not to mention that gtags provides more features than ctags.

I finally managed to replace ctags with gtags in my Vim setup, only except this plugin. So is it possible to make gtags as an alternative to ctags?

@arnaud-lb
Copy link
Owner

This plugin uses VIM's native support for ctags, but theoretically it should be possible to support gtags too.

If you want to give it a try, you will need to change the call to taglist() here, and the call to ptjump here.

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

No branches or pull requests

2 participants