xolox / vim-easytags

Automated tag file generation and syntax highlighting of tags in Vim
http://peterodding.com/code/vim/easytags/
1.01k stars 109 forks source link

option to specify tags dir and create tags file if needed #66

Closed baopham closed 10 years ago

baopham commented 10 years ago

related issue: #15 I'm using this option let g:easytags_dynamic_files = 2 since I like it being broken down and the file is auto created. However it slows vim down when the project is really big so I've been looking for a way to make easytags auto create tags file in the current dir. But it seems like the feature (#15) was removed in favor of project specific tags.

Is there a work around for my situation?

baopham commented 10 years ago

Actually there's an advantage of having a tag file for the whole project since we want all the tags to be aware of each other. Close for now.