Manage Vim Plugin in 2012? Vundle!
Vundle is short for Vimbundle and is a Vim plugin manager.
I tried pathogen to manage my vim plugin few months ago. It run fine till today...
Today, when I install snipmate.vim, I found kind of conflict and can not solve it. But suddenly I heard a Great vim plugin manage tool named vundle.
I love it at first sight! The reason is I see the word "Bundle" which I meet also in Ruby on rails.
Vundle is like apt-get on debian, like gem on Ruby on rails. It is so easy to use!
Here is how for example:
Let's say you want to added rails.vim to your vim plugin
step 1: add "Bundle 'rails.vim'" in your .vimrc file.
setp 2: run "BundleInstall" in vim.
That's it!!
Check out the sample .vimrc file here