This is my vim setup. Have fun with it.
* NERDtree
* NERDcomment
* surround
* tagbar
* tabular
* Fugitive
* Command-T
git clone git://github.com/Kamii/kamvim.git .vim
Then move .vimrc to home/, or you can write
ln ~/.vim/.vimrc .vimrc
Update the plugins with command
git submodule init
git submodule update
To install Command-T you need to run this:
cd ~/.vim/bundle/command-t/ruby
ruby extconf.rb
make