From f0f40c314e973b5b0698a8f13965123e090936c3 Mon Sep 17 00:00:00 2001 From: Patrick Simianer
Date: Fri, 17 Apr 2015 19:59:44 +0200 Subject: vim bundles --- .gitmodules | 3 +++ .vim/bundle/airline | 2 +- .vim/bundle/endwise | 2 +- .vim/bundle/pathogen | 2 +- .vim/bundle/supertab | 2 +- .vim/bundle/tagbar | 1 + 6 files changed, 8 insertions(+), 4 deletions(-) create mode 160000 .vim/bundle/tagbar diff --git a/.gitmodules b/.gitmodules index 213c767..7b9e565 100644 --- a/.gitmodules +++ b/.gitmodules @@ -19,3 +19,6 @@ [submodule ".vim/bundle/supertab"] path = .vim/bundle/supertab url = https://github.com/ervandew/supertab.git +[submodule ".vim/bundle/tagbar"] + path = .vim/bundle/tagbar + url = https://github.com/majutsushi/tagbar.git diff --git a/.vim/bundle/airline b/.vim/bundle/airline index 00e4b68..f45ecda 160000 --- a/.vim/bundle/airline +++ b/.vim/bundle/airline @@ -1 +1 @@ -Subproject commit 00e4b68ee6eba08559a868d08b2a4b642a6bc106 +Subproject commit f45ecdac15d99ed2354873a8b4d40432fd0a85a3 diff --git a/.vim/bundle/endwise b/.vim/bundle/endwise index ab5f7f9..bba43b8 160000 --- a/.vim/bundle/endwise +++ b/.vim/bundle/endwise @@ -1 +1 @@ -Subproject commit ab5f7f99f49ee26a16563df00a79fbc3bf1090af +Subproject commit bba43b831ae0485cf9b86d16340a6a314b927391 diff --git a/.vim/bundle/pathogen b/.vim/bundle/pathogen index 91e6378..b9fb0df 160000 --- a/.vim/bundle/pathogen +++ b/.vim/bundle/pathogen @@ -1 +1 @@ -Subproject commit 91e6378908721d20514bbe5d18d292a0a15faf0c +Subproject commit b9fb0dfd811004010f5f6903edef42d6004ebea2 diff --git a/.vim/bundle/supertab b/.vim/bundle/supertab index 4e2376a..c8bfece 160000 --- a/.vim/bundle/supertab +++ b/.vim/bundle/supertab @@ -1 +1 @@ -Subproject commit 4e2376a5b4fe3a1f71eb5ec2deb745d98fabde19 +Subproject commit c8bfeceb1fc92ad58f2ae6967cbfcd6fbcb0d6e7 diff --git a/.vim/bundle/tagbar b/.vim/bundle/tagbar new file mode 160000 index 0000000..c6b473f --- /dev/null +++ b/.vim/bundle/tagbar @@ -0,0 +1 @@ +Subproject commit c6b473f5593a1cb9e567bb1a9a897f196f1f720a -- cgit v1.2.3