Vundleをインストール

参考
GitHub - VundleVim/Vundle.vim: Vundle, the plug-in manager for Vim
blog.shu-cream.net: 2011年のVimプラグインの管理はVundleで
手順通り

git clone http://github.com/gmarik/vundle.git ~/.vim/bundle/vundle

とりあえず

set nocompatible
filetype off

set rtp+=~/.vim/bundle/vundle/
call vundle#rc()

" let Vundle manage Vundle
" required!
Bundle 'gmarik/vundle'
Bundle 'sudo.vim'
Bundle 'rails.vim'

これだけ書いて、vim開いて:BundleInstallした。
アップデートは:BundleInstall!
sudo.vimの:w sudo:%覚えた。