一、简易安装方法:
wget -qO- https://raw.github.com/ma6174/vim/master/setup.sh | sh -x
二、自己手动安装:
-
yum -y install vim ctags python-setuptools git
-
ln -s /usr/bin/ctags /usr/local/bin/ctags
-
cd ~
-
git clone https://github.com/orderLee/vimwizard
-
mv vimwizard .vim
-
mv .vim/.vimrc ~
-
打开vim并执行bundle程序:BundleInstall
-
重新打开vim即可看到效果
-