Added Readme; Utilizing submodules for vim addons.

This commit is contained in:
Bill Niblock 2015-04-14 16:13:23 -04:00
parent df4d9a1164
commit 6b3bc2f5b5
9 changed files with 46 additions and 0 deletions

12
.gitmodules vendored Normal file
View file

@ -0,0 +1,12 @@
[submodule "vim/vim/bundle/vim-fugitive"]
path = vim/vim/bundle/vim-fugitive
url = https://github.com/tpope/vim-fugitive
[submodule "vim/vim/bundle/vim-airline"]
path = vim/vim/bundle/vim-airline
url = https://github.com/bling/vim-airline
[submodule "vim/vim/bundle/vim-sneak"]
path = vim/vim/bundle/vim-sneak
url = https://github.com/justinmk/vim-sneak
[submodule "vim/vim/bundle/vim-pathogen"]
path = vim/vim/bundle/vim-pathogen
url = https://github.com/tpope/vim-pathogen