Last active
November 9, 2017 16:03
-
-
Save lazywithclass/f3f994bdae98e0abf175d17ef19bce4a to your computer and use it in GitHub Desktop.
This file contains 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
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