z-vim is the .vimrc file for my personal use.
Anyone is free and welcome to clone, update or fork it.
-
Set up Git
This is probably done already since you're using Github.
If not, for Debian based Linux users:
$ sudo apt-get install git -
Clone z-vim
$ git clone https://github.com/zhao-han/z-vim.gitAnd move
.vimrcout to ~ directory.If a
.vimrcis already existing, you might back it up before replacing.$ mv .vimrc .vimrc_bak -
Set up Vundle:
$ git clone https://github.com/gmarik/Vundle.vim.git ~/.vim/bundle/Vundle.vim -
Install Plugins:
Launch
vimand run:PluginInstallOr
Installing from command line:
vim +PluginInstall +qall
MIT