To get rbenv and and exuberant ctags (or any other package installed with homebrew) working in MacVim. To the following:
$ brew install ctags- Set up rbenv: https://github.com/sstephenson/rbenv
$ sudo mv /etc/zshenv /etc/zprofile(see here: https://github.com/b4winckler/macvim/wiki/Troubleshooting)- Adjust your
~/.zprofileand~/.zshrcaccording to this gist
Open MacVim and try the following commands:
:!ruby -v:!ctags --help