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

Use of ctags is hard coded as a constant #302

Open
rbpatt2019 opened this issue Apr 26, 2022 · 1 comment
Open

Use of ctags is hard coded as a constant #302

rbpatt2019 opened this issue Apr 26, 2022 · 1 comment

Comments

@rbpatt2019
Copy link

Problems summary

The default installation of ctags on my Mac is ancient, so I've installed universal ctags and would prefer to use that for tag generation. However, it seems that the buffer_tags_command is hardcoded as a constant and can't be overridden.

Expected

I should be able to specify using uctags instead of ctags.

Environment Information

  • fzf-preview version (package.json): 2.12.8

  • OS: MacOS Monterey 12.3.1

  • Vim/Neovim version: Vim 8.2 installed with macports

@rbpatt2019
Copy link
Author

Since I use MacPorts, I worked around this by moving /opt/local/bin to the front of my path and then symlinking /opt/local/bin/ctags to /opt/local/bin/uctags. Still, feels like the option to specify the command shouldn't be hard coded, particularly since the default flags require uctags and that is not always installed as the (assumed) Ctags binary.

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