Skip to content
New issue

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

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

Already on GitHub? # to your account

Can I generate tags for defined file types only? #149

Open
itonohito opened this issue Aug 18, 2016 · 0 comments
Open

Can I generate tags for defined file types only? #149

itonohito opened this issue Aug 18, 2016 · 0 comments

Comments

@itonohito
Copy link

itonohito commented Aug 18, 2016

Hi!
Sorry for bothering with possibly newbe question, but is it's possible to create (and use) tags file for defined on .vimrc list of filetypes only? I'd like to have tags for python, php, c etc but I don't need it for system configuration files, bash scripts and so on.

My current easytags config:
set cpoptions+=d
set tags=./.tags;,/.vim/.vimtags
let g:easytags_file = '
/.vim/.vimtags'
let g:easytags_async = 1⋅
let g:easytags_dynamic_files = 2 " create and use local tag files instead of global one
let g:easytags_events = ['BufReadPost', 'BufWritePost'] " Update tags on read and save only
let g:easytags_resolve_links = 1

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

No branches or pull requests

1 participant