diff options
author | June McEnroe <june@causal.agency> | 2013-11-02 17:43:04 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2013-11-02 17:43:04 -0400 |
commit | 3ae05551e43cba606ba76862c27255601ce3d2d2 (patch) | |
tree | f734d1f7ce1d5d835fd8e3bf39c36904cda22d4d /.gitmodules | |
parent | Add Airline (diff) | |
download | src-3ae05551e43cba606ba76862c27255601ce3d2d2.tar.gz src-3ae05551e43cba606ba76862c27255601ce3d2d2.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 |