Skip to content

Instantly share code, notes, and snippets.

@lazywithclass
Last active November 9, 2017 16:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lazywithclass/f3f994bdae98e0abf175d17ef19bce4a to your computer and use it in GitHub Desktop.
Save lazywithclass/f3f994bdae98e0abf175d17ef19bce4a to your computer and use it in GitHub Desktop.
https://github.com/leoliu/ggtags#install-global-and-plugins
### ctags
https://github.com/universal-ctags/ctags/blob/master/docs/osx.rst#building-with-homebrew
### global
https://www.gnu.org/software/global/download.html
https://www.gnu.org/software/global/manual/global.html#Plug_002din-parser
My Mac was using `ctags` from XCode as default, so I used the `brew` one
```bash
./configure --with-universal-ctags=/usr/local/Cellar/universal-ctags/HEAD-66fcc1d/bin/ctags
```
this seems to work to a certain degree
improve it with https://github.com/yoshizow/global-pygments-plugin ?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment