- Install ctags-exuberant
- add stuff as listed in http://leonard.io/blog/2013/04/editing-scala-with-vim/ to ~/.ctags
- Install gnu global
- brew install global --with-exuberant-ctags
- add following line in bash export GTAGSCONF=/usr/local/share/gtags/gtags.conf
- edit gtags.conf, in the exuberant-ctags section, add following line :langmap=Scala:.scala:\
- generate global manually
- gtags -v --gtagslabel ctags
- use ggtags emacs plugin
TODO