tools/vim
VIM: using ctags in vim
seul chan
2018. 12. 6. 10:54
Installing ctags
In OS X, use homebrew
brew install ctags
Make ctag index
In the directory you want to index, do command
ctags -R .
If want to hide tag index file, use .
or inside .git
ctags -R ./.git/tags .