My personal Vim configurations and some plugins which I used in my daily job.
BACKUP your
.vimdirectory and.vimrcfirst. (IMPORTANT!)cd ~to change directory to your home directory.copy files to your home directory:
git clone git@github.com:williamherry/vim.git ~/.vimsetup vim
sh .vim/setup.shwhen add new plugins to
.vimrc, run follow command to updatevim +BundleInstall +qa