topfunky / PeepOpen

Desktop application for switching between files in text editors
MIT License
106 stars 12 forks source link

Not working in Latest MacVim (Snapshop 72) #1

Closed iansinnott closed 10 years ago

iansinnott commented 10 years ago

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 calls p 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?

iansinnott commented 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.