From 707f07ee6d7308346d6a346bd073f096c346d963 Mon Sep 17 00:00:00 2001 From: Thibaut Horel Date: Sun, 3 Mar 2013 16:11:43 +0100 Subject: [Git] adding more plugins as submodules --- .gitmodules | 12 ++++++++++++ .vim/bundle/bufexplorer | 1 + .vim/bundle/rainbow_parentheses.vim | 1 + .vim/bundle/tagbar | 1 + .vim/bundle/taglist.vim | 1 + 5 files changed, 16 insertions(+) create mode 160000 .vim/bundle/bufexplorer create mode 160000 .vim/bundle/rainbow_parentheses.vim create mode 160000 .vim/bundle/tagbar create mode 160000 .vim/bundle/taglist.vim diff --git a/.gitmodules b/.gitmodules index 377662e..bf26f06 100644 --- a/.gitmodules +++ b/.gitmodules @@ -16,3 +16,15 @@ [submodule ".vim/bundle/vim-easymotion"] path = .vim/bundle/vim-easymotion url = https://github.com/Lokaltog/vim-easymotion.git +[submodule ".vim/bundle/rainbow_parentheses.vim"] + path = .vim/bundle/rainbow_parentheses.vim + url = https://github.com/kien/rainbow_parentheses.vim.git +[submodule ".vim/bundle/taglist.vim"] + path = .vim/bundle/taglist.vim + url = https://github.com/vim-scripts/taglist.vim.git +[submodule ".vim/bundle/tagbar"] + path = .vim/bundle/tagbar + url = https://github.com/majutsushi/tagbar.git +[submodule ".vim/bundle/bufexplorer"] + path = .vim/bundle/bufexplorer + url = https://github.com/c9s/bufexplorer.git diff --git a/.vim/bundle/bufexplorer b/.vim/bundle/bufexplorer new file mode 160000 index 0000000..b5fcd2b --- /dev/null +++ b/.vim/bundle/bufexplorer @@ -0,0 +1 @@ +Subproject commit b5fcd2b41a6f4de08d0a40bb6d9117cc256d29c6 diff --git a/.vim/bundle/rainbow_parentheses.vim b/.vim/bundle/rainbow_parentheses.vim new file mode 160000 index 0000000..874367f --- /dev/null +++ b/.vim/bundle/rainbow_parentheses.vim @@ -0,0 +1 @@ +Subproject commit 874367f41275d8dd43204f0c491157accc8b5f03 diff --git a/.vim/bundle/tagbar b/.vim/bundle/tagbar new file mode 160000 index 0000000..cc222f5 --- /dev/null +++ b/.vim/bundle/tagbar @@ -0,0 +1 @@ +Subproject commit cc222f5d8c22825af2906453ebe3833dfa670689 diff --git a/.vim/bundle/taglist.vim b/.vim/bundle/taglist.vim new file mode 160000 index 0000000..53041fb --- /dev/null +++ b/.vim/bundle/taglist.vim @@ -0,0 +1 @@ +Subproject commit 53041fbc45398a9af631a20657e109707a455339 -- cgit v1.2.3-70-g09d2