From b794c17a3bf5700d8ffa85870b3a1cd37d2ddc7b Mon Sep 17 00:00:00 2001 From: Dreaded_X Date: Fri, 13 Mar 2015 23:11:53 +0100 Subject: [PATCH] Fixed submodules for use with stow --- .gitmodules | 30 ++++++++++++++-------------- vim/.vim/bundle/YouCompleteMe | 1 + vim/.vim/bundle/ctrlp.vim | 1 + vim/.vim/bundle/delimitMate | 1 + vim/.vim/bundle/gruvbox | 1 + vim/.vim/bundle/indentLine | 1 + vim/.vim/bundle/nerdtree | 1 + vim/.vim/bundle/tabular | 1 + vim/.vim/bundle/tagbar | 1 + vim/.vim/bundle/tcomment_vim | 1 + vim/.vim/bundle/vim-airline | 1 + vim/.vim/bundle/vim-exchange | 1 + vim/.vim/bundle/vim-gradle | 1 + vim/.vim/bundle/vim-matchparenalways | 1 + vim/.vim/bundle/vim-surround | 1 + vim/.vim/bundle/vim-tmux-navigator | 1 + 16 files changed, 30 insertions(+), 15 deletions(-) create mode 160000 vim/.vim/bundle/YouCompleteMe create mode 160000 vim/.vim/bundle/ctrlp.vim create mode 160000 vim/.vim/bundle/delimitMate create mode 160000 vim/.vim/bundle/gruvbox create mode 160000 vim/.vim/bundle/indentLine create mode 160000 vim/.vim/bundle/nerdtree create mode 160000 vim/.vim/bundle/tabular create mode 160000 vim/.vim/bundle/tagbar create mode 160000 vim/.vim/bundle/tcomment_vim create mode 160000 vim/.vim/bundle/vim-airline create mode 160000 vim/.vim/bundle/vim-exchange create mode 160000 vim/.vim/bundle/vim-gradle create mode 160000 vim/.vim/bundle/vim-matchparenalways create mode 160000 vim/.vim/bundle/vim-surround create mode 160000 vim/.vim/bundle/vim-tmux-navigator diff --git a/.gitmodules b/.gitmodules index 9530a71..daec071 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,46 +1,46 @@ [submodule "vim/.vim/bundle/nerdtree"] path = vim/.vim/bundle/nerdtree - url = git@github.com:scrooloose/nerdtree.git + url = https://github.com/scrooloose/nerdtree.git [submodule "vim/.vim/bundle/vim-tmux-navigator"] path = vim/.vim/bundle/vim-tmux-navigator - url = git@github.com:christoomey/vim-tmux-navigator.git + url = https://github.com/christoomey/vim-tmux-navigator.git [submodule "vim/.vim/bundle/YouCompleteMe"] path = vim/.vim/bundle/YouCompleteMe - url = git@github.com:Valloric/YouCompleteMe.git + url = https://github.com/Valloric/YouCompleteMe.git ignore = dirty [submodule "vim/.vim/bundle/tagbar"] path = vim/.vim/bundle/tagbar - url = git@github.com:majutsushi/tagbar.git + url = https://github.com/majutsushi/tagbar.git [submodule "vim/.vim/bundle/tcomment_vim"] path = vim/.vim/bundle/tcomment_vim - url = git@github.com:tomtom/tcomment_vim.git + url = https://github.com/tomtom/tcomment_vim.git [submodule "vim/.vim/bundle/vim-exchange"] path = vim/.vim/bundle/vim-exchange - url = git@github.com:tommcdo/vim-exchange.git + url = https://github.com/tommcdo/vim-exchange.git [submodule "vim/.vim/bundle/tabular"] path = vim/.vim/bundle/tabular - url = git@github.com:godlygeek/tabular.git + url = https://github.com/godlygeek/tabular.git [submodule "vim/.vim/bundle/vim-surround"] path = vim/.vim/bundle/vim-surround - url = git@github.com:tpope/vim-surround.git + url = https://github.com/tpope/vim-surround.git [submodule "vim/.vim/bundle/vim-airline"] path = vim/.vim/bundle/vim-airline - url = git@github.com:bling/vim-airline.git + url = https://github.com/bling/vim-airline.git [submodule "vim/.vim/bundle/gruvbox"] path = vim/.vim/bundle/gruvbox - url = git@github.com:morhetz/gruvbox.git + url = https://github.com/morhetz/gruvbox.git [submodule "vim/.vim/bundle/vim-matchparenalways"] path = vim/.vim/bundle/vim-matchparenalways - url = git@github.com:justinmk/vim-matchparenalways.git + url = https://github.com/justinmk/vim-matchparenalways.git [submodule "vim/.vim/bundle/vim-gradle"] path = vim/.vim/bundle/vim-gradle - url = git@github.com:tfnico/vim-gradle.git + url = https://github.com/tfnico/vim-gradle.git [submodule "vim/.vim/bundle/indentLine"] path = vim/.vim/bundle/indentLine - url = git@github.com:Yggdroot/indentLine.git + url = https://github.com/Yggdroot/indentLine.git [submodule "vim/.vim/bundle/delimitMate"] path = vim/.vim/bundle/delimitMate - url = git@github.com:Raimondi/delimitMate.git + url = https://github.com/Raimondi/delimitMate.git [submodule "vim/.vim/bundle/ctrlp.vim"] path = vim/.vim/bundle/ctrlp.vim - url = git@github.com:kien/ctrlp.vim.git + url = https://github.com/kien/ctrlp.vim.git diff --git a/vim/.vim/bundle/YouCompleteMe b/vim/.vim/bundle/YouCompleteMe new file mode 160000 index 0000000..8f49e9b --- /dev/null +++ b/vim/.vim/bundle/YouCompleteMe @@ -0,0 +1 @@ +Subproject commit 8f49e9b25c80ccd14d40b17355573a00c885cdc3 diff --git a/vim/.vim/bundle/ctrlp.vim b/vim/.vim/bundle/ctrlp.vim new file mode 160000 index 0000000..b5d3fe6 --- /dev/null +++ b/vim/.vim/bundle/ctrlp.vim @@ -0,0 +1 @@ +Subproject commit b5d3fe66a58a13d2ff8b6391f4387608496a030f diff --git a/vim/.vim/bundle/delimitMate b/vim/.vim/bundle/delimitMate new file mode 160000 index 0000000..c78a6e6 --- /dev/null +++ b/vim/.vim/bundle/delimitMate @@ -0,0 +1 @@ +Subproject commit c78a6e6d937333fed276bddc4589f6313e277a8e diff --git a/vim/.vim/bundle/gruvbox b/vim/.vim/bundle/gruvbox new file mode 160000 index 0000000..47df02e --- /dev/null +++ b/vim/.vim/bundle/gruvbox @@ -0,0 +1 @@ +Subproject commit 47df02e570c46b55e7b8b525203127e0f2623c15 diff --git a/vim/.vim/bundle/indentLine b/vim/.vim/bundle/indentLine new file mode 160000 index 0000000..ea6548e --- /dev/null +++ b/vim/.vim/bundle/indentLine @@ -0,0 +1 @@ +Subproject commit ea6548ead8e8fcec46fcff13993059678b5be9a2 diff --git a/vim/.vim/bundle/nerdtree b/vim/.vim/bundle/nerdtree new file mode 160000 index 0000000..3b98a7f --- /dev/null +++ b/vim/.vim/bundle/nerdtree @@ -0,0 +1 @@ +Subproject commit 3b98a7fcae8f9fff356907171f0406ff8cd28921 diff --git a/vim/.vim/bundle/tabular b/vim/.vim/bundle/tabular new file mode 160000 index 0000000..60f2564 --- /dev/null +++ b/vim/.vim/bundle/tabular @@ -0,0 +1 @@ +Subproject commit 60f25648814f0695eeb6c1040d97adca93c4e0bb diff --git a/vim/.vim/bundle/tagbar b/vim/.vim/bundle/tagbar new file mode 160000 index 0000000..eb392a4 --- /dev/null +++ b/vim/.vim/bundle/tagbar @@ -0,0 +1 @@ +Subproject commit eb392a4502a035a2e7f53eb004fe58ef212a2861 diff --git a/vim/.vim/bundle/tcomment_vim b/vim/.vim/bundle/tcomment_vim new file mode 160000 index 0000000..52a9572 --- /dev/null +++ b/vim/.vim/bundle/tcomment_vim @@ -0,0 +1 @@ +Subproject commit 52a9572788198fc379b682bc788de115ea84fe71 diff --git a/vim/.vim/bundle/vim-airline b/vim/.vim/bundle/vim-airline new file mode 160000 index 0000000..5e1cc0a --- /dev/null +++ b/vim/.vim/bundle/vim-airline @@ -0,0 +1 @@ +Subproject commit 5e1cc0a28b08855029a2e5706e6c411905fbc42d diff --git a/vim/.vim/bundle/vim-exchange b/vim/.vim/bundle/vim-exchange new file mode 160000 index 0000000..e459b57 --- /dev/null +++ b/vim/.vim/bundle/vim-exchange @@ -0,0 +1 @@ +Subproject commit e459b577401ed6e128583646f41a33619955c6e6 diff --git a/vim/.vim/bundle/vim-gradle b/vim/.vim/bundle/vim-gradle new file mode 160000 index 0000000..8736039 --- /dev/null +++ b/vim/.vim/bundle/vim-gradle @@ -0,0 +1 @@ +Subproject commit 8736039c97751063af03e0608342ce054b587eeb diff --git a/vim/.vim/bundle/vim-matchparenalways b/vim/.vim/bundle/vim-matchparenalways new file mode 160000 index 0000000..44da6c6 --- /dev/null +++ b/vim/.vim/bundle/vim-matchparenalways @@ -0,0 +1 @@ +Subproject commit 44da6c695b9e6767f562c2191784bad740a39030 diff --git a/vim/.vim/bundle/vim-surround b/vim/.vim/bundle/vim-surround new file mode 160000 index 0000000..ec579a5 --- /dev/null +++ b/vim/.vim/bundle/vim-surround @@ -0,0 +1 @@ +Subproject commit ec579a50478758ee6cebe265cf536f9a2f6c4e34 diff --git a/vim/.vim/bundle/vim-tmux-navigator b/vim/.vim/bundle/vim-tmux-navigator new file mode 160000 index 0000000..85b8e5f --- /dev/null +++ b/vim/.vim/bundle/vim-tmux-navigator @@ -0,0 +1 @@ +Subproject commit 85b8e5f60c1690cde57dbb66467ce39cd1b63343