I’m new to vim and wanted to get ctags integration working so I can more easily navigate a large java project.
I’ve pulled down the zip from source forge and extracted it but from here I’m not sure how to get it working with vim
Any help for a novice vim user would be great!
This is what I’m doing:
ctags -n -f [OUTPUT] [SOURCE]to generate the tags (NOTE: the-napplies to me but may not be necessary for your usage)exec "set tags=" . [OUTPUT]inside of.vimrcto let vim become of aware of the tagsEDIT: I’m using
Exuberant Ctags 5.5.2VIM 6.1Additional info: