My vim configs
For Windows GVim configureation, create a softlink to .vim as vimfiles
Installation:
git submodule init
git submodule update --remote --merge
Add a new submodule:
git submodule add https://github.com/xxxx/xxxxx.git bundle/xxxxx
Remove a new submodule:
git rm bundle/xxxxx
git commit -a
Maintainence:
git submodule foreach git reset --hard
git submodule foreach git pull