- Install ctags-exuberant
brew install ctags
- 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 the following lines in bash
export GTAGSCONF=/usr/local/share/gtags/gtags.conf
export GTAGSLABEL=ctags
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
t = require('terminal') | |
console.log "#{t.magenta}Hello #{t.blue}World!#{t.reset}" |