jtaby / Waldo

A generic port of TextMate's Find-In-Project, with associated MacVim plugin
http://jtaby.com
MIT License
155 stars 11 forks source link

Better support for Vundle #11

Open justinmayer opened 12 years ago

justinmayer commented 12 years ago

Great work on Waldo. I'm running into a bit of a problem when managing plugin installation via the excellent Vundle vim plugin manager, which supports two source types:

In this case, Vundle can't manage Waldo.vim because it can't find it via either of the above two methods. It's great that Waldo.app automatically puts Waldo.vim in bundle/Waldo/plugin/Waldo.vim, but that doesn't help much when trying to use Vundle to manage plugins since it throws an error when going through its plugin update process.

I can think of two potential solutions:

  1. In Github master, move Waldo.vim into a folder called plugin in order to match the plugin layout that Pathogen/Vundle expects.
  2. Add Waldo.vim to Vim Scripts

Of course, the two are not mutually exclusive. The advantage to the latter Vim Scripts method is that only the Waldo.vim script would be installed instead of the whole Waldo repository source (Xcode project, etc).

What do you think? Looking forward to your thoughts!

justinmayer commented 12 years ago

Hey @jtaby — just thought I'd check and see if you had any thoughts about this. What do you think?