PeepOpen-EditorSupport
PeepOpen-EditorSupport copied to clipboard
Plugin is not installed properly when using vundle
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.
On Vundle you can install the Peepcode plugin with:
Bundle 'topfunky/PeepOpen-EditorSupport', {'rtp': 'vim-peepopen/'}