From 6776c3a464ffedbb188a83800587321e2933ae2c Mon Sep 17 00:00:00 2001 From: Olliver Schinagl Date: Wed, 24 Feb 2016 10:06:39 +0100 Subject: bundle: Install tagbar --- .gitmodules | 3 +++ .vim/bundle/tagbar | 1 + 2 files changed, 4 insertions(+) create mode 160000 .vim/bundle/tagbar diff --git a/.gitmodules b/.gitmodules index bc22eb4..cd028b4 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule ".vim/bundle/csv.vim"] path = .vim/bundle/csv.vim url = https://github.com/chrisbra/csv.vim.git +[submodule ".vim/bundle/tagbar"] + path = .vim/bundle/tagbar + url = https://github.com/majutsushi/tagbar.git diff --git a/.vim/bundle/tagbar b/.vim/bundle/tagbar new file mode 160000 index 0000000..7b36c46 --- /dev/null +++ b/.vim/bundle/tagbar @@ -0,0 +1 @@ +Subproject commit 7b36c46d17d57db34fdb0adac9ba6382d0bb5e66 -- cgit v0.12