Skip to content

Instantly share code, notes, and snippets.

View looopTools's full-sized avatar

Lars Kakavandi-Nielsen looopTools

View GitHub Profile
@looopTools
looopTools / Readme.md
Last active April 1, 2024 10:23 — forked from carakan/Readme.md
How to install GNU Global with universall ctags support on mac OS

Unfortunately, homebrew does not support --with-universal-ctags option for global (on the state of April 2018) The reason is that universal-ctags is not officially released yet.

Install universal ctags

Run brew install universal-ctags

If you're on macOS, you might have an old ctags installed with command line tools for XCode. To fix this, simply run alias ctags="`brew --prefix`/bin/ctags"