summaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorReiner Herrmann <reiner@reiner-h.de>2014-02-02 23:02:33 +0100
committerReiner Herrmann <reiner@reiner-h.de>2014-02-02 23:02:33 +0100
commit0d910d85804842a96c551454f5580045eb101079 (patch)
treed0a80f1230c807e3e985aa93315873116c9bdd6f /.gitmodules
Initial commit with vim config
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