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

Plugin is not installed properly when using vundle

Open constfun opened this issue 12 years ago • 1 comments

Vundle (alternative to pathogen) also uses the bundle directory, and this is where PeepOpen installs the MacVim plugin. However, vundle does not pick up plugins in that folder automatically. I had to manually move the plugin to plugins to get the <Leader>p shortcut to work.

This issue drove me nuts for a little bit. Not a peepopen issue per se, but just wanted to drop you a line so you are aware of it.

constfun avatar Apr 19 '12 15:04 constfun

On Vundle you can install the Peepcode plugin with:

Bundle 'topfunky/PeepOpen-EditorSupport', {'rtp': 'vim-peepopen/'}

eduardocereto avatar Jul 11 '12 05:07 eduardocereto