一、简易安装方法:

wget -qO- https://raw.github.com/ma6174/vim/master/setup.sh | sh -x

二、自己手动安装:

  1. yum  -y  install  vim ctags python-setuptools  git

  2. ln  -s  /usr/bin/ctags  /usr/local/bin/ctags

  3. cd  ~

  4. git  clone  https://github.com/orderLee/vimwizard

  5. mv  vimwizard  .vim

  6. mv  .vim/.vimrc  ~

  7. 打开vim并执行bundle程序:BundleInstall

  8. 重新打开vim即可看到效果