diff options
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 6 |
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 |