Install
-
clone the repo
git clone https://github.com/zhusan/vim.git -
rename it
mv vim ~/.vim -
set up
~/.vimrc, have a fake.vimrcin your$HOMEln -s ~/.vim/vimrc ~/.vimrc -
you also need to install
Ctags,ack-grepsudo apt-get install exuberant-ctags ack-grep # for ubuntu -
Install Plugins:
Launch
vimand run:PluginInstallTo install from command line:
vim +PluginInstall +qall