git hooks, Ctags & Rails
Small adjustment to Tim Pope’s outstanding Effortless Ctags with Git:
To get ctags to also index all bundled gems (including Rails), make the following change to the ctags
hook
Replace
with
After triggering the hook, the tags
file takes a few seconds to generate in the background - have patience :)