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 easytags with a local installation of ctags #177

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

Use easytags with a local installation of ctags #177

SKOHscripts opened this issue Feb 3, 2023 · 0 comments

Comments

@SKOHscripts
Copy link

I’m currently using a local version of ctags, and the command I use to generate tags is like
~/ctags/bin/ctags -R --exclude=Makefile
I thought easytags could answer my need but it does not run at all, saying that ctags are not installed. Here is what I put in the vimrc

" EASY TAGS
let g:easytags_cmd = '~/ctags/bin/ctags'
let g:easytags_async=1
let g:easytags_file = '~/work/tags'
let g:easytags_events = ['BufWritePost']
let g:easytags_autorecurse = 1
let g:easytags_resolve_links = 1
let g:easytags_suppress_ctags_warning = 1

Do someone has the same pb? What could I do because I can’t install ctags on my debian10.

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