From 877cb4417cdbeebeb45226ca951bbfa34bce1ab4 Mon Sep 17 00:00:00 2001 From: Nicola Paolucci Date: Tue, 11 Jun 2013 15:45:39 +0200 Subject: [PATCH] [vim] removed all pathogen submodules --- .gitmodules | 99 -------------------- .vim/bundle/airblade-vim-rooter | 1 - .vim/bundle/altercation-vim-colors-solarized | 1 - .vim/bundle/durdn-vim-powerline | 1 - .vim/bundle/edsono-vim-matchit | 1 - .vim/bundle/groenewege-vim-less.git | 1 - .vim/bundle/ivanov-vim-ipython | 1 - .vim/bundle/kchmck-vim-coffee-script | 1 - .vim/bundle/kien-vim-ctrlp | 1 - .vim/bundle/lokaltog-vim-easymotion | 1 - .vim/bundle/michaeljsmith-vim-indent-object | 1 - .vim/bundle/mikewest-vimroom | 1 - .vim/bundle/msanders-snipmate | 1 - .vim/bundle/nelstrom-vim-markdown-folding | 1 - .vim/bundle/pangloss-vim-javascript | 1 - .vim/bundle/rainbow-parenthesis | 1 - .vim/bundle/replace-with-register | 1 - .vim/bundle/rodjek-vim-puppet | 1 - .vim/bundle/scrooloose-nerdcommenter | 1 - .vim/bundle/scrooloose-nerdtree | 1 - .vim/bundle/search-fold | 1 - .vim/bundle/shemerey-vim-peepopen | 1 - .vim/bundle/tjennings-git-grep-vim | 1 - .vim/bundle/tpope-vim-fugitive | 1 - .vim/bundle/tpope-vim-markdown | 1 - .vim/bundle/tpope-vim-repeat | 1 - .vim/bundle/tpope-vim-surround | 1 - .vim/bundle/tpope-vim-unimpaired | 1 - 28 files changed, 126 deletions(-) delete mode 160000 .vim/bundle/airblade-vim-rooter delete mode 160000 .vim/bundle/altercation-vim-colors-solarized delete mode 160000 .vim/bundle/durdn-vim-powerline delete mode 160000 .vim/bundle/edsono-vim-matchit delete mode 160000 .vim/bundle/groenewege-vim-less.git delete mode 160000 .vim/bundle/ivanov-vim-ipython delete mode 160000 .vim/bundle/kchmck-vim-coffee-script delete mode 160000 .vim/bundle/kien-vim-ctrlp delete mode 160000 .vim/bundle/lokaltog-vim-easymotion delete mode 160000 .vim/bundle/michaeljsmith-vim-indent-object delete mode 160000 .vim/bundle/mikewest-vimroom delete mode 160000 .vim/bundle/msanders-snipmate delete mode 160000 .vim/bundle/nelstrom-vim-markdown-folding delete mode 160000 .vim/bundle/pangloss-vim-javascript delete mode 160000 .vim/bundle/rainbow-parenthesis delete mode 160000 .vim/bundle/replace-with-register delete mode 160000 .vim/bundle/rodjek-vim-puppet delete mode 160000 .vim/bundle/scrooloose-nerdcommenter delete mode 160000 .vim/bundle/scrooloose-nerdtree delete mode 160000 .vim/bundle/search-fold delete mode 160000 .vim/bundle/shemerey-vim-peepopen delete mode 160000 .vim/bundle/tjennings-git-grep-vim delete mode 160000 .vim/bundle/tpope-vim-fugitive delete mode 160000 .vim/bundle/tpope-vim-markdown delete mode 160000 .vim/bundle/tpope-vim-repeat delete mode 160000 .vim/bundle/tpope-vim-surround delete mode 160000 .vim/bundle/tpope-vim-unimpaired diff --git a/.gitmodules b/.gitmodules index 9ffa1d1..1a00e2c 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,102 +1,3 @@ -[submodule ".vim/bundle/scrooloose-nerdtree"] - path = .vim/bundle/scrooloose-nerdtree - url = git://github.com/scrooloose/nerdtree.git - ignore = dirty -[submodule ".vim/bundle/scrooloose-nerdcommenter"] - path = .vim/bundle/scrooloose-nerdcommenter - url = git://github.com/scrooloose/nerdcommenter.git - ignore = dirty -[submodule ".vim/bundle/replace-with-register"] - path = .vim/bundle/replace-with-register - url = git://github.com/vim-scripts/ReplaceWithRegister.git - ignore = dirty -[submodule ".vim/bundle/search-fold"] - path = .vim/bundle/search-fold - url = git://github.com/vim-scripts/searchfold.vim.git - ignore = dirty -[submodule ".vim/bundle/msanders-snipmate"] - path = .vim/bundle/msanders-snipmate - url = git://github.com/msanders/snipmate.vim.git - ignore = dirty -[submodule ".vim/bundle/kchmck-vim-coffee-script"] - path = .vim/bundle/kchmck-vim-coffee-script - url = git://github.com/kchmck/vim-coffee-script.git - ignore = dirty -[submodule ".vim/bundle/tpope-vim-fugitive"] - path = .vim/bundle/tpope-vim-fugitive - url = git://github.com/tpope/vim-fugitive.git - ignore = dirty -[submodule ".vim/bundle/michaeljsmith-vim-indent-object"] - path = .vim/bundle/michaeljsmith-vim-indent-object - url = git://github.com/michaeljsmith/vim-indent-object.git - ignore = dirty -[submodule ".vim/bundle/pangloss-vim-javascript"] - path = .vim/bundle/pangloss-vim-javascript - url = git://github.com/pangloss/vim-javascript.git - ignore = dirty -[submodule ".vim/bundle/mikewest-vimroom"] - path = .vim/bundle/mikewest-vimroom - url = git://github.com/mikewest/vimroom.git - ignore = dirty -[submodule ".vim/bundle/tpope-vim-surround"] - path = .vim/bundle/tpope-vim-surround - url = git://github.com/tpope/vim-surround.git - ignore = dirty -[submodule ".vim/bundle/tpope-vim-unimpaired"] - path = .vim/bundle/tpope-vim-unimpaired - url = git://github.com/tpope/vim-unimpaired.git - ignore = dirty -[submodule ".vim/bundle/airblade-vim-rooter"] - path = .vim/bundle/airblade-vim-rooter - url = git://github.com/airblade/vim-rooter.git - ignore = dirty -[submodule ".vim/bundle/rainbow-parenthesis"] - path = .vim/bundle/rainbow-parenthesis - url = git://github.com/vim-scripts/Rainbow-Parenthesis.git - ignore = dirty -[submodule ".vim/bundle/edsono-vim-matchit"] - path = .vim/bundle/edsono-vim-matchit - url = git://github.com/edsono/vim-matchit.git - ignore = dirty -[submodule ".vim/bundle/shemerey-vim-peepopen"] - path = .vim/bundle/shemerey-vim-peepopen - url = git://github.com/shemerey/vim-peepopen.git - ignore = dirty -[submodule ".vim/bundle/kien-vim-ctrlp"] - path = .vim/bundle/kien-vim-ctrlp - url = git://github.com/kien/ctrlp.vim.git - ignore = dirty -[submodule ".vim/bundle/tjennings-git-grep-vim"] - path = .vim/bundle/tjennings-git-grep-vim - url = git://github.com/tjennings/git-grep-vim.git - ignore = dirty [submodule ".oh-my-zsh"] path = .oh-my-zsh url = git://github.com/robbyrussell/oh-my-zsh.git -[submodule ".vim/bundle/lokaltog-vim-easymotion"] - path = .vim/bundle/lokaltog-vim-easymotion - url = git://github.com/Lokaltog/vim-easymotion.git -[submodule ".vim/bundle/groenewege-vim-less.git"] - path = .vim/bundle/groenewege-vim-less.git - url = git://github.com/groenewege/vim-less.git -[submodule ".vim/bundle/tpope-vim-repeat"] - path = .vim/bundle/tpope-vim-repeat - url = git://github.com/tpope/vim-repeat.git -[submodule ".vim/bundle/altercation-vim-colors-solarized"] - path = .vim/bundle/altercation-vim-colors-solarized - url = https://github.com/durdn/vim-colors-solarized.git -[submodule ".vim/bundle/tpope-vim-markdown"] - path = .vim/bundle/tpope-vim-markdown - url = git://github.com/tpope/vim-markdown.git -[submodule ".vim/bundle/durdn-vim-powerline"] - path = .vim/bundle/durdn-vim-powerline - url = https://github.com/durdn/vim-powerline.git -[submodule ".vim/bundle/nelstrom-vim-markdown-folding"] - path = .vim/bundle/nelstrom-vim-markdown-folding - url = git://github.com/nelstrom/vim-markdown-folding.git -[submodule ".vim/bundle/rodjek-vim-puppet"] - path = .vim/bundle/rodjek-vim-puppet - url = git://github.com/rodjek/vim-puppet.git -[submodule ".vim/bundle/ivanov-vim-ipython"] - path = .vim/bundle/ivanov-vim-ipython - url = https://github.com/ivanov/vim-ipython diff --git a/.vim/bundle/airblade-vim-rooter b/.vim/bundle/airblade-vim-rooter deleted file mode 160000 index 529d4c6..0000000 --- a/.vim/bundle/airblade-vim-rooter +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 529d4c6054ef10710cd5c049edae64150ef89562 diff --git a/.vim/bundle/altercation-vim-colors-solarized b/.vim/bundle/altercation-vim-colors-solarized deleted file mode 160000 index 8e65a01..0000000 --- a/.vim/bundle/altercation-vim-colors-solarized +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 8e65a01d687792fada6656c987a32bae3c5db723 diff --git a/.vim/bundle/durdn-vim-powerline b/.vim/bundle/durdn-vim-powerline deleted file mode 160000 index 92b7d95..0000000 --- a/.vim/bundle/durdn-vim-powerline +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 92b7d956c0a1329caeb78b092b8d21c8cd624550 diff --git a/.vim/bundle/edsono-vim-matchit b/.vim/bundle/edsono-vim-matchit deleted file mode 160000 index d9ec301..0000000 --- a/.vim/bundle/edsono-vim-matchit +++ /dev/null @@ -1 +0,0 @@ -Subproject commit d9ec3017cf8fca4e8d0b1fcae3ff7115f7ff0d9d diff --git a/.vim/bundle/groenewege-vim-less.git b/.vim/bundle/groenewege-vim-less.git deleted file mode 160000 index 3c2a265..0000000 --- a/.vim/bundle/groenewege-vim-less.git +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 3c2a265b89d1d9848633cfc1642d2e78ecd73a25 diff --git a/.vim/bundle/ivanov-vim-ipython b/.vim/bundle/ivanov-vim-ipython deleted file mode 160000 index 159383a..0000000 --- a/.vim/bundle/ivanov-vim-ipython +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 159383a8144303038435854287a02f7657f2a955 diff --git a/.vim/bundle/kchmck-vim-coffee-script b/.vim/bundle/kchmck-vim-coffee-script deleted file mode 160000 index ae7ebc3..0000000 --- a/.vim/bundle/kchmck-vim-coffee-script +++ /dev/null @@ -1 +0,0 @@ -Subproject commit ae7ebc39cbf7f29a1034ba3dbe7e947d7dda3bf9 diff --git a/.vim/bundle/kien-vim-ctrlp b/.vim/bundle/kien-vim-ctrlp deleted file mode 160000 index 64dca5e..0000000 --- a/.vim/bundle/kien-vim-ctrlp +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 64dca5ec7961cbd4a5a7da460890e70ae8716db4 diff --git a/.vim/bundle/lokaltog-vim-easymotion b/.vim/bundle/lokaltog-vim-easymotion deleted file mode 160000 index 667a668..0000000 --- a/.vim/bundle/lokaltog-vim-easymotion +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 667a668e114e9ec0e5d4cbcb0962d835b23614c4 diff --git a/.vim/bundle/michaeljsmith-vim-indent-object b/.vim/bundle/michaeljsmith-vim-indent-object deleted file mode 160000 index 78fffa6..0000000 --- a/.vim/bundle/michaeljsmith-vim-indent-object +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 78fffa609b3e6b84ef01ee4c9aba6d7435d7b18e diff --git a/.vim/bundle/mikewest-vimroom b/.vim/bundle/mikewest-vimroom deleted file mode 160000 index 0db7b49..0000000 --- a/.vim/bundle/mikewest-vimroom +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 0db7b49ebf86924573d340729e38c18bf78b0e89 diff --git a/.vim/bundle/msanders-snipmate b/.vim/bundle/msanders-snipmate deleted file mode 160000 index f5a75d0..0000000 --- a/.vim/bundle/msanders-snipmate +++ /dev/null @@ -1 +0,0 @@ -Subproject commit f5a75d075d3c005ebe69e3f5e56cf99516e8aa3b diff --git a/.vim/bundle/nelstrom-vim-markdown-folding b/.vim/bundle/nelstrom-vim-markdown-folding deleted file mode 160000 index c04f207..0000000 --- a/.vim/bundle/nelstrom-vim-markdown-folding +++ /dev/null @@ -1 +0,0 @@ -Subproject commit c04f207b6c4da48df89727d2082268d718b9958a diff --git a/.vim/bundle/pangloss-vim-javascript b/.vim/bundle/pangloss-vim-javascript deleted file mode 160000 index e66f901..0000000 --- a/.vim/bundle/pangloss-vim-javascript +++ /dev/null @@ -1 +0,0 @@ -Subproject commit e66f9019b4eca05d7f5dfe38c742cf42e641e98d diff --git a/.vim/bundle/rainbow-parenthesis b/.vim/bundle/rainbow-parenthesis deleted file mode 160000 index e1fa516..0000000 --- a/.vim/bundle/rainbow-parenthesis +++ /dev/null @@ -1 +0,0 @@ -Subproject commit e1fa5164996519788ce1fc030463ba10df6e1ad6 diff --git a/.vim/bundle/replace-with-register b/.vim/bundle/replace-with-register deleted file mode 160000 index 9c117d3..0000000 --- a/.vim/bundle/replace-with-register +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 9c117d3aee7815fb7185e43a8c435a9b70bcd560 diff --git a/.vim/bundle/rodjek-vim-puppet b/.vim/bundle/rodjek-vim-puppet deleted file mode 160000 index 7826770..0000000 --- a/.vim/bundle/rodjek-vim-puppet +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 78267708f4fb033c06ede73f1f73dd857f67a579 diff --git a/.vim/bundle/scrooloose-nerdcommenter b/.vim/bundle/scrooloose-nerdcommenter deleted file mode 160000 index 0fe4938..0000000 --- a/.vim/bundle/scrooloose-nerdcommenter +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 0fe4938d22ae6bbfca054820909c9f176fbf3644 diff --git a/.vim/bundle/scrooloose-nerdtree b/.vim/bundle/scrooloose-nerdtree deleted file mode 160000 index 49b8875..0000000 --- a/.vim/bundle/scrooloose-nerdtree +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 49b88757b019143ec6604b35c399de8f9bd2d954 diff --git a/.vim/bundle/search-fold b/.vim/bundle/search-fold deleted file mode 160000 index f2b988c..0000000 --- a/.vim/bundle/search-fold +++ /dev/null @@ -1 +0,0 @@ -Subproject commit f2b988c592bc8989c2b9300f241ebb0aefde43e6 diff --git a/.vim/bundle/shemerey-vim-peepopen b/.vim/bundle/shemerey-vim-peepopen deleted file mode 160000 index 7d488a2..0000000 --- a/.vim/bundle/shemerey-vim-peepopen +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 7d488a2e5368c02912d427e2fd9e351bb7afc998 diff --git a/.vim/bundle/tjennings-git-grep-vim b/.vim/bundle/tjennings-git-grep-vim deleted file mode 160000 index f340ec9..0000000 --- a/.vim/bundle/tjennings-git-grep-vim +++ /dev/null @@ -1 +0,0 @@ -Subproject commit f340ec93f5071238823db6dcd2431c924fee4418 diff --git a/.vim/bundle/tpope-vim-fugitive b/.vim/bundle/tpope-vim-fugitive deleted file mode 160000 index b4b75ef..0000000 --- a/.vim/bundle/tpope-vim-fugitive +++ /dev/null @@ -1 +0,0 @@ -Subproject commit b4b75ef682da3e946c648d3634ade39d0af49aba diff --git a/.vim/bundle/tpope-vim-markdown b/.vim/bundle/tpope-vim-markdown deleted file mode 160000 index 9407dae..0000000 --- a/.vim/bundle/tpope-vim-markdown +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 9407dae6609ef9751acc8eedc30f52999018eb47 diff --git a/.vim/bundle/tpope-vim-repeat b/.vim/bundle/tpope-vim-repeat deleted file mode 160000 index 1118a83..0000000 --- a/.vim/bundle/tpope-vim-repeat +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 1118a8324fa2379777b54260dc04b4c14c69bc4a diff --git a/.vim/bundle/tpope-vim-surround b/.vim/bundle/tpope-vim-surround deleted file mode 160000 index 4eb2cdf..0000000 --- a/.vim/bundle/tpope-vim-surround +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 4eb2cdfccc016889acfa3b5d63e8f390a87863cf diff --git a/.vim/bundle/tpope-vim-unimpaired b/.vim/bundle/tpope-vim-unimpaired deleted file mode 160000 index 8505f2e..0000000 --- a/.vim/bundle/tpope-vim-unimpaired +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 8505f2eb3d7ff2bd0810f6e06cb103d783c05f5a