From 3e60a072c28edee39b267905927964b662594d3e Mon Sep 17 00:00:00 2001 From: Bobby Bingham Date: Sat, 31 Dec 2016 15:13:46 -0600 Subject: vim: add tagbar --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitmodules') 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 -- cgit v1.2.3