aboutsummaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorBen Beltran <ben@freshout.us>2013-06-05 09:34:53 -0500
committerBen Beltran <ben@freshout.us>2013-06-05 09:34:53 -0500
commitb61151bbd6d1b325d2d0d09cac7d06e2543346c7 (patch)
tree02baf7b9a8d817c86f212f9ab55192c8446d6be1 /.gitmodules
parentb3ed569dfb65cde7f84f2c3be3bda3a7edafff5a (diff)
A whole bunch of new additions to the submodules
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules40
1 files changed, 33 insertions, 7 deletions
diff --git a/.gitmodules b/.gitmodules
index c5abb8d..b572e5b 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -10,10 +10,36 @@
path = vim/bundle/vim-json
url = git://github.com/elzr/vim-json.git
-[submodule "vim-easymotion"]
- path = vim/bundle/vim-easymotion
- url = git://github.com/Lokaltog/vim-easymotion.git
-
-[submodule "LargeFile"]
- path = vim/bundle/LargeFile
- url = git://github.com/vim-scripts/LargeFile.git
+[submodule "vim/bundle/vim-easymotion"]
+ path = vim/bundle/vim-easymotion
+ url = git://github.com/Lokaltog/vim-easymotion.git
+[submodule "vim/bundle/LargeFile"]
+ path = vim/bundle/LargeFile
+ url = git://github.com/vim-scripts/LargeFile.git
+[submodule "vim/bundle/Align"]
+ path = vim/bundle/Align
+ url = https://github.com/vim-scripts/Align
+[submodule "vim/bundle/nerdcommenter"]
+ path = vim/bundle/nerdcommenter
+ url = git://github.com/scrooloose/nerdcommenter.git
+[submodule "vim/bundle/nerdtree"]
+ path = vim/bundle/nerdtree
+ url = git://github.com/scrooloose/nerdtree.git
+[submodule "vim/bundle/SearchComplete"]
+ path = vim/bundle/SearchComplete
+ url = git://github.com/vim-scripts/SearchComplete.git
+[submodule "vim/bundle/ZoomWin"]
+ path = vim/bundle/ZoomWin
+ url = git://github.com/vim-scripts/ZoomWin.git
+[submodule "vim/bundle/ag.vim"]
+ path = vim/bundle/ag.vim
+ url = git://github.com/rking/ag.vim.git
+[submodule "vim/bundle/Colour-Sampler-Pack"]
+ path = vim/bundle/Colour-Sampler-Pack
+ url = git://github.com/vim-scripts/Colour-Sampler-Pack.git
+[submodule "vim/bundle/delimitMate"]
+ path = vim/bundle/delimitMate
+ url = git://github.com/Raimondi/delimitMate.git
+[submodule "vim/bundle/vim-endwise"]
+ path = vim/bundle/vim-endwise
+ url = git://github.com/tpope/vim-endwise.git