PeepOpen-Issues icon indicating copy to clipboard operation
PeepOpen-Issues copied to clipboard

Doesn't work with Vundle plugin manager

Open robbles opened this issue 12 years ago • 0 comments

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.

robbles avatar Oct 27 '12 19:10 robbles