This is the vim configuration package including the necessary plugins and .vimrc file.
- git clone to local:
git clone [email protected]:briandong/vimConfig.git ~/.vim
- create symbol link for ~/.vimrc:
ln -s ~/.vim/vimrc ~/.vimrc
- sync out the plugins:
~/.vim$ git submodule init
~/.vim$ git submodule update
How to add plugins:
git submodule add https://github.com/tpope/vim-git.git bundle/vim-git
git submodule init
git submodule update
git submodule foreach git submodule init
git submodule foreach git submodule update
~/.vim$ git status
~/.vim$ git add <files>
~/.vim$ git commit -m "updated files"
~/.vim$ git push