aboutsummaryrefslogtreecommitdiffstats
path: root/.gitmodules
diff options
context:
space:
mode:
authorTeddy Wing2014-04-20 15:24:05 -0400
committerTeddy Wing2014-04-20 15:24:05 -0400
commitee23ae004f608d90b5923299867ee7830da01a2f (patch)
tree33fc4ec48c5a64bac5309b4b20cb55a5879d63cc /.gitmodules
parentebcfa2eded08423e6f0531fc351b6674a4ae24b5 (diff)
downloaddotvim-ee23ae004f608d90b5923299867ee7830da01a2f.tar.bz2
Add plugins
* Pathogen * Command-T * NerdTree * TabBar (disabled) * commentary.vim * PreserveNoEOL * EasyGrep
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules21
1 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