diff options
author | June McEnroe <programble@gmail.com> | 2013-11-02 17:43:04 -0400 |
---|---|---|
committer | June McEnroe <programble@gmail.com> | 2013-11-02 17:43:04 -0400 |
commit | 2f678b0a7f02ba2d0d2a3cfb9c35ca1f85b7f63e (patch) | |
tree | f734d1f7ce1d5d835fd8e3bf39c36904cda22d4d /.gitmodules | |
parent | Add Airline (diff) | |
download | src-2f678b0a7f02ba2d0d2a3cfb9c35ca1f85b7f63e.tar.gz src-2f678b0a7f02ba2d0d2a3cfb9c35ca1f85b7f63e.zip |
Add tagbar
Diffstat (limited to '')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 39e4d905..05474c0d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -55,3 +55,6 @@ [submodule "bundle/vim-airline"] path = bundle/vim-airline url = https://github.com/bling/vim-airline.git +[submodule "bundle/tagbar"] + path = bundle/tagbar + url = https://github.com/majutsushi/tagbar.git |