aboutsummaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorMatt Singleton <matt@datadoghq.com>2013-03-18 02:08:04 -0400
committerMatt Singleton <matt@datadoghq.com>2013-03-18 02:08:04 -0400
commit582b368961529ccfc02a52853379406907718367 (patch)
tree0883a9eae7b73e3f4ef6f0ac6a187dfa6dd3b9e6 /.gitmodules
parentc14de045add5cd1efab71b402b5c3ab9cb73a76f (diff)
gitgutter and tagbar
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules6
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index a777532..c5a6efc 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -19,3 +19,9 @@
[submodule "vim/bundle/powerline"]
path = vim/bundle/powerline
url = https://github.com/Lokaltog/vim-powerline.git
+[submodule "vim/bundle/tagbar"]
+ path = vim/bundle/tagbar
+ url = git://github.com/majutsushi/tagbar.git
+[submodule "vim/bundle/gitgutter"]
+ path = vim/bundle/gitgutter
+ url = git://github.com/airblade/vim-gitgutter.git