Closed iansinnott closed 10 years ago
Resolved
Just putting the vim-peepopen
file in .vim/bundle
didn't work. This may be because I'm using Vundle which only seems to work with git repos. The solution was to initialize a new repo int he vim-peepopen folder and then add it through Vundle using the file:///
protocol. In .vimrc:
Plugin 'fil:///Users/name/path/to/vim-peepopen'
Then I ran PluginInstall and it works now.
Hey,
Just downloaded from the downloads page linked to in the readme. I opened settings and clicked install for MacVim. Got the confirmation message, but after restarting macvim when I hit
<leader>p
it just callsp
as it normally would, pasting whatever happens to be in the register.I would try troubleshooting it but peepopen is pretty stoic about what it means when it says it was successfully installed. Any thoughs?