From 92a10e3588d10eb4f1bf7d3666f039fcfff57d8c Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Tue, 16 Jul 2013 15:08:45 +0200 Subject: vim: some new modules and updates Signed-off-by: Florian Pritz --- .gitmodules | 18 ++++++++++++++++++ .vim/bundle/YouCompleteMe | 2 +- .vim/bundle/syntastic | 2 +- .vim/bundle/ultisnips | 1 + .vim/bundle/vim-fugitive | 1 + .vim/bundle/vim-repeat | 1 + .vim/bundle/vim-unimpaired | 1 + .vimrc | 3 +++ 8 files changed, 27 insertions(+), 2 deletions(-) create mode 160000 .vim/bundle/ultisnips create mode 160000 .vim/bundle/vim-fugitive create mode 160000 .vim/bundle/vim-repeat create mode 160000 .vim/bundle/vim-unimpaired diff --git a/.gitmodules b/.gitmodules index 1980f12..8a273bb 100644 --- a/.gitmodules +++ b/.gitmodules @@ -10,3 +10,21 @@ [submodule ".vim/bundle/unltisnips"] path = .vim/bundle/unltisnips url = https://github.com/SirVer/ultisnips.git +[submodule ".vim/bundle/vim-fugative"] + path = .vim/bundle/vim-fugative + url = https://github.com/tpope/vim-fugitive.git +[submodule ".vim/bundle/vim-unimpaired"] + path = .vim/bundle/vim-unimpaired + url = https://github.com/tpope/vim-unimpaired.git +[submodule ".vim/bundle/vim-repeat"] + path = .vim/bundle/vim-repeat + url = https://github.com/tpope/vim-repeat.git +[submodule ".vim/bundle/vim-fugutive"] + path = .vim/bundle/vim-fugutive + url = https://github.com/tpope/vim-fugitive.git +[submodule ".vim/bundle/vim-fugitive"] + path = .vim/bundle/vim-fugitive + url = https://github.com/tpope/vim-fugitive.git +[submodule ".vim/bundle/ultisnips"] + path = .vim/bundle/ultisnips + url = https://github.com/SirVer/ultisnips.git diff --git a/.vim/bundle/YouCompleteMe b/.vim/bundle/YouCompleteMe index 7cef111..2ed9ae7 160000 --- a/.vim/bundle/YouCompleteMe +++ b/.vim/bundle/YouCompleteMe @@ -1 +1 @@ -Subproject commit 7cef111e01d05f21202098e48d2dde41b15e7ee2 +Subproject commit 2ed9ae7569744e691a1159dd5c3df1097da69809 diff --git a/.vim/bundle/syntastic b/.vim/bundle/syntastic index 165602e..60578c3 160000 --- a/.vim/bundle/syntastic +++ b/.vim/bundle/syntastic @@ -1 +1 @@ -Subproject commit 165602e5723f612aa83d9d6702cdaf24a9923020 +Subproject commit 60578c35d2a4babd0eab9bb2afafc6cece449e98 diff --git a/.vim/bundle/ultisnips b/.vim/bundle/ultisnips new file mode 160000 index 0000000..cd83608 --- /dev/null +++ b/.vim/bundle/ultisnips @@ -0,0 +1 @@ +Subproject commit cd83608df381a12e25ecb5eedbd1f6cf280881dd diff --git a/.vim/bundle/vim-fugitive b/.vim/bundle/vim-fugitive new file mode 160000 index 0000000..00b0916 --- /dev/null +++ b/.vim/bundle/vim-fugitive @@ -0,0 +1 @@ +Subproject commit 00b0916ae2fc4e329f519686348de13d7477d770 diff --git a/.vim/bundle/vim-repeat b/.vim/bundle/vim-repeat new file mode 160000 index 0000000..a81bef7 --- /dev/null +++ b/.vim/bundle/vim-repeat @@ -0,0 +1 @@ +Subproject commit a81bef76031ca1c71766b516417480caeb01c932 diff --git a/.vim/bundle/vim-unimpaired b/.vim/bundle/vim-unimpaired new file mode 160000 index 0000000..48d1cb6 --- /dev/null +++ b/.vim/bundle/vim-unimpaired @@ -0,0 +1 @@ +Subproject commit 48d1cb6bf0000159291014226d8d8d3330ad875e diff --git a/.vimrc b/.vimrc index 9bdb7f8..db94f9c 100644 --- a/.vimrc +++ b/.vimrc @@ -52,6 +52,9 @@ call vundle#rc() Bundle 'scrooloose/syntastic' Bundle 'Valloric/YouCompleteMe' Bundle 'SirVer/ultisnips' +Bundle 'tpope/vim-unimpaired' +Bundle 'tpope/vim-fugitive' +Bundle 'tpope/vim-repeat' filetype plugin indent on -- cgit v1.2.3-24-g4f1b