aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitmodules21
m---------bundle.disabled/TabBar0
m---------bundle/Command-T0
m---------bundle/EasyGrep0
m---------bundle/PreserveNoEOL0
m---------bundle/nerdtree0
m---------bundle/vim-commentary0
m---------bundle/vim-pathogen0
8 files changed, 21 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
new file mode 100644
index 0000000..54b8580
--- /dev/null
+++ b/.gitmodules
@@ -0,0 +1,21 @@
+[submodule "bundle/vim-pathogen"]
+ path = bundle/vim-pathogen
+ url = https://github.com/tpope/vim-pathogen.git
+[submodule "bundle/Command-T"]
+ path = bundle/Command-T
+ url = https://github.com/wincent/Command-T.git
+[submodule "bundle/nerdtree"]
+ path = bundle/nerdtree
+ url = https://github.com/scrooloose/nerdtree.git
+[submodule "bundle.disabled/TabBar"]
+ path = bundle.disabled/TabBar
+ url = https://github.com/vim-scripts/TabBar.git
+[submodule "bundle/vim-commentary"]
+ path = bundle/vim-commentary
+ url = https://github.com/tpope/vim-commentary.git
+[submodule "bundle/PreserveNoEOL"]
+ path = bundle/PreserveNoEOL
+ url = https://github.com/vim-scripts/PreserveNoEOL.git
+[submodule "bundle/EasyGrep"]
+ path = bundle/EasyGrep
+ url = https://github.com/vim-scripts/EasyGrep.git
diff --git a/bundle.disabled/TabBar b/bundle.disabled/TabBar
new file mode 160000
+Subproject c5a9f41c45959e5573ff4723f56a0dfbd484530
diff --git a/bundle/Command-T b/bundle/Command-T
new file mode 160000
+Subproject 66d9f6f4830f404b1fab3ce92f219b786a2dc5c
diff --git a/bundle/EasyGrep b/bundle/EasyGrep
new file mode 160000
+Subproject 9b938ec84f193f12dd7721a67f90d4656dcc3c1
diff --git a/bundle/PreserveNoEOL b/bundle/PreserveNoEOL
new file mode 160000
+Subproject 940e3ce90e54d8680bec1135a21dcfbd6c9bfb6
diff --git a/bundle/nerdtree b/bundle/nerdtree
new file mode 160000
+Subproject b0bb781fc73ef40365e4c996a16f04368d64fc9
diff --git a/bundle/vim-commentary b/bundle/vim-commentary
new file mode 160000
+Subproject 4658aa78fd1b797fb0645064afe8eebbf2bfbb5
diff --git a/bundle/vim-pathogen b/bundle/vim-pathogen
new file mode 160000
+Subproject bff90d72a1647cab496284e82cc533216f8f3b0