-
-
Save nazgob/1570678 to your computer and use it in GitHub Desktop.
Thank you very much.
Helps even after 10 years , thank you.
Thanks!
One more here 🙌 ! Thank you!
Thanks!
Friend, you are amazing!
Thanks a lot for sharing this!
Worked perfectly for me as well.
Despite this solution is working one thing to note, - it will install older version of ctags that might lack support for some programming languages ( in my case it was
go
). You can check version by runningctags --version
once you finished following steps above and likely you will see something like:Exuberant Ctags 5.8, Copyright (C) 1996-2009 Darren Hiebert Compiled: Oct 6 2019, 20:31:35 Addresses: <[email protected]>, http://ctags.sourceforge.net Optional compiled features: +wildcards, +regex
Solution is to setup currently maintained ctags implementation ( https://github.com/universal-ctags/ctags ), install steps are provided according the platform in their website, specifically for MAC can be found here: https://docs.ctags.io/en/latest/osx.html#building-with-homebrew
I also ended up using this implementation for Clojure support, thanks for the help.
Thanks!
Thanks!
Despite this solution is working one thing to note, - it will install older version of ctags that might lack support for some programming languages ( in my case it was
go
). You can check version by runningctags --version
once you finished following steps above and likely you will see something like:Exuberant Ctags 5.8, Copyright (C) 1996-2009 Darren Hiebert Compiled: Oct 6 2019, 20:31:35 Addresses: <[email protected]>, http://ctags.sourceforge.net Optional compiled features: +wildcards, +regex
Solution is to setup currently maintained ctags implementation ( https://github.com/universal-ctags/ctags ), install steps are provided according the platform in their website, specifically for MAC can be found here: https://docs.ctags.io/en/latest/osx.html#building-with-homebrew
thanks
Thank you! 🙏
13 years ❤️
+1
Thanks