summaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
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..3828e22
--- /dev/null
+++ b/.gitmodules
@@ -0,0 +1,21 @@
+[submodule "pathogen"]
+ path = vim/bundle/pathogen
+ url = git://github.com/tpope/vim-pathogen
+[submodule "tagbar"]
+ path = vim/bundle/tagbar
+ url = git://github.com/majutsushi/tagbar
+[submodule "fugitive"]
+ path = vim/bundle/fugitive
+ url = git://github.com/tpope/vim-fugitive.git
+[submodule "ack"]
+ path = vim/bundle/ack
+ url = git://github.com/rking/ag.vim.git
+[submodule "bufexplorer"]
+ path = vim/bundle/bufexplorer
+ url = https://github.com/jlanzarotta/bufexplorer.git
+[submodule "airline"]
+ path = vim/bundle/airline
+ url = https://github.com/bling/vim-airline
+[submodule "gitgutter"]
+ path = vim/bundle/gitgutter
+ url = https://github.com/airblade/vim-gitgutter.git