diff options
author | Victor Toso <victortoso@redhat.com> | 2015-11-16 12:49:14 +0100 |
---|---|---|
committer | Victor Toso <victortoso@redhat.com> | 2015-11-16 12:49:14 +0100 |
commit | 36cbbae39e14a96f0eb2faa7d644125f229ba978 (patch) | |
tree | a8361f7d23cbca3d2662e56d9abcb857a5ce77ef /.gitmodules | |
parent | 909944ac6ff31eafb9cb9bf258fccfc3b4b365f3 (diff) |
vim: add tagbar to submodules
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 7a562f7..91515ed 100644 --- a/.gitmodules +++ b/.gitmodules @@ -13,3 +13,6 @@ [submodule "vim/bundle/nerdtree"] path = vim/bundle/nerdtree url = https://github.com/scrooloose/nerdtree.git +[submodule "vim/bundle/tagbar"] + path = vim/bundle/tagbar + url = https://github.com/majutsushi/tagbar.git |