diff options
author | Bobby Bingham <koorogi@koorogi.info> | 2016-12-31 15:13:46 -0600 |
---|---|---|
committer | Bobby Bingham <koorogi@koorogi.info> | 2016-12-31 15:13:46 -0600 |
commit | 3e60a072c28edee39b267905927964b662594d3e (patch) | |
tree | 343cf0712cf7523b54869a998d588e45b0aae639 /.gitmodules | |
parent | 1aceb719cc95aa4dd355457540f41e149fd3e64f (diff) |
vim: add tagbar
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index ac21372..098555e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -22,3 +22,6 @@ [submodule "vim/.vim/bundle/nerdtree"] path = vim/.vim/bundle/nerdtree url = https://github.com/scrooloose/nerdtree.git +[submodule "vim/.vim/bundle/tagbar"] + path = vim/.vim/bundle/tagbar + url = https://github.com/majutsushi/tagbar.git |