PeepOpen-Issues
PeepOpen-Issues copied to clipboard
Doesn't work with Vundle plugin manager
The default installation for the MacVim plugin doesn't work if you're using the Vundle plugin manager, because it controls which plugins are loaded from the .vim/bundle
directory.
The simplest solution I found is to add a line to your .vimrc
telling Vundle to load the plugin PeepOpen adds to your bundle directory (I assume it detects this directory somehow):
Bundle 'vim-peepopen'
This worked for me, and should probably be in the docs or shown after the plugin install process, since I had no idea where to look for the plugin that the GUI installed.