My personal Vim configurations and some plugins which I used in my daily job.
-
BACKUP your
.vim
directory and.vimrc
first. (IMPORTANT!) -
cd ~
to change directory to your home directory. -
copy files to your home directory:
git clone [email protected]:williamherry/vim.git ~/.vim
-
setup vim
sh .vim/setup.sh
-
when add new plugins to
.vimrc
, run follow command to updatevim +BundleInstall +qa