Fix Vim tagbar plugin

On Macos, using homebrew to install emacs will blat the tagbar plugin in Vim, due to a conflict with ctags versions.

This fixed the problem for me:
brew reinstall ctags-exuberant
brew link --overwrite ctags

Leave a comment