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 ~/.vim -
setup vim
sh .vim/setup.sh -
when add new plugins to
.vimrc, run follow command to updatevim +BundleInstall +qa