yum -y install vim ctags python-setuptools git
ln -s /usr/bin/ctags /usr/local/bin/ctags
cd ~
git clone https://github.com/dollarphper/vimwizard.git
mv vimwizard .vim
mv .vim/.vimrc ~
:BundleInstall
原文地址:http://blog.51cto.com/12173069/2121042