Restarting vim config files using Pathogen. Added fugitive and delimitMate.

This commit is contained in:
Dustin Swan
2011-08-24 02:03:38 -04:00
parent e9c52b31ba
commit 7cd035e82f
80 changed files with 259 additions and 2 deletions

6
.gitmodules vendored Normal file
View File

@@ -0,0 +1,6 @@
[submodule "vim/bundle/fugitive"]
path = vim/bundle/fugitive
url = git://github.com/tpope/vim-fugitive.git
[submodule "vim/bundle/delimitMate"]
path = vim/bundle/delimitMate
url = git://github.com/Raimondi/delimitMate.git