From 234ef1feb574d83cc04b0904dfde7599c85916fd Mon Sep 17 00:00:00 2001 From: valeth Date: Sat, 14 Mar 2015 14:17:28 +0100 Subject: [PATCH] let vim-plug handle plugins, no more submodules --- .gitmodules | 33 --------------------------------- bundle/auto-pairs | 1 - bundle/ctrlp | 1 - bundle/gnupg | 1 - bundle/gundo | 1 - bundle/molokai | 1 - bundle/nerdcommenter | 1 - bundle/nerdtree | 1 - bundle/pathogen | 1 - bundle/syntastic | 1 - bundle/tagbar | 1 - bundle/youcompleteme | 1 - 12 files changed, 44 deletions(-) delete mode 160000 bundle/auto-pairs delete mode 160000 bundle/ctrlp delete mode 160000 bundle/gnupg delete mode 160000 bundle/gundo delete mode 160000 bundle/molokai delete mode 160000 bundle/nerdcommenter delete mode 160000 bundle/nerdtree delete mode 160000 bundle/pathogen delete mode 160000 bundle/syntastic delete mode 160000 bundle/tagbar delete mode 160000 bundle/youcompleteme diff --git a/.gitmodules b/.gitmodules index 01bb970..fda594f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,30 +1,12 @@ -[submodule "bundle/ctrlp"] - path = bundle/ctrlp - url = https://github.com/kien/ctrlp.vim [submodule "bundle/easymotion"] path = bundle/easymotion url = https://github.com/Lokaltog/vim-easymotion.git [submodule "bundle/fugitive"] path = bundle/fugitive url = https://github.com/tpope/vim-fugitive.git -[submodule "bundle/gnupg"] - path = bundle/gnupg - url = https://github.com/vim-scripts/gnupg -[submodule "bundle/gundo"] - path = bundle/gundo - url = https://github.com/vim-scripts/Gundo [submodule "bundle/latexsuite"] path = bundle/latexsuite url = git://git.code.sf.net/p/vim-latex/vim-latex -[submodule "bundle/molokai"] - path = bundle/molokai - url = https://github.com/tomasr/molokai -[submodule "bundle/nerdcommenter"] - path = bundle/nerdcommenter - url = https://github.com/scrooloose/nerdcommenter -[submodule "bundle/nerdtree"] - path = bundle/nerdtree - url = https://github.com/scrooloose/nerdtree [submodule "bundle/quickrun"] path = bundle/quickrun url = https://github.com/thinca/vim-quickrun.git @@ -34,24 +16,9 @@ [submodule "bundle/surround"] path = bundle/surround url = https://github.com/tpope/vim-surround.git -[submodule "bundle/syntastic"] - path = bundle/syntastic - url = https://github.com/scrooloose/syntastic [submodule "bundle/tabular"] path = bundle/tabular url = https://github.com/godlygeek/tabular.git -[submodule "bundle/tagbar"] - path = bundle/tagbar - url = https://github.com/majutsushi/tagbar [submodule "bundle/colorscheme-kalisi"] path = bundle/colorscheme-kalisi url = https://github.com/freeo/vim-kalisi -[submodule "bundle/youcompleteme"] - path = bundle/youcompleteme - url = gh:Valloric/YouCompleteMe -[submodule "bundle/auto-pairs"] - path = bundle/auto-pairs - url = gh:jiangmiao/auto-pairs -[submodule "bundle/pathogen"] - path = bundle/pathogen - url = gh:tpope/vim-pathogen diff --git a/bundle/auto-pairs b/bundle/auto-pairs deleted file mode 160000 index 7390859..0000000 --- a/bundle/auto-pairs +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 73908591025b7064ddd9336da6d84841e6dfd148 diff --git a/bundle/ctrlp b/bundle/ctrlp deleted file mode 160000 index b5d3fe6..0000000 --- a/bundle/ctrlp +++ /dev/null @@ -1 +0,0 @@ -Subproject commit b5d3fe66a58a13d2ff8b6391f4387608496a030f diff --git a/bundle/gnupg b/bundle/gnupg deleted file mode 160000 index 3293c58..0000000 --- a/bundle/gnupg +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 3293c5870fabb3c1775618cedf0684e4a0cc4ab8 diff --git a/bundle/gundo b/bundle/gundo deleted file mode 160000 index f443470..0000000 --- a/bundle/gundo +++ /dev/null @@ -1 +0,0 @@ -Subproject commit f443470b96364c24a775629418a6b2562ec9173e diff --git a/bundle/molokai b/bundle/molokai deleted file mode 160000 index db8ce13..0000000 --- a/bundle/molokai +++ /dev/null @@ -1 +0,0 @@ -Subproject commit db8ce13b3737d3ddea8368498183d7c204a762eb diff --git a/bundle/nerdcommenter b/bundle/nerdcommenter deleted file mode 160000 index 6549cfd..0000000 --- a/bundle/nerdcommenter +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 6549cfde45339bd4f711504196ff3e8b766ef5e6 diff --git a/bundle/nerdtree b/bundle/nerdtree deleted file mode 160000 index 3b98a7f..0000000 --- a/bundle/nerdtree +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 3b98a7fcae8f9fff356907171f0406ff8cd28921 diff --git a/bundle/pathogen b/bundle/pathogen deleted file mode 160000 index b9fb0df..0000000 --- a/bundle/pathogen +++ /dev/null @@ -1 +0,0 @@ -Subproject commit b9fb0dfd811004010f5f6903edef42d6004ebea2 diff --git a/bundle/syntastic b/bundle/syntastic deleted file mode 160000 index 5214f00..0000000 --- a/bundle/syntastic +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 5214f00a17a389ee2c285610f5b367341a77ce21 diff --git a/bundle/tagbar b/bundle/tagbar deleted file mode 160000 index eb392a4..0000000 --- a/bundle/tagbar +++ /dev/null @@ -1 +0,0 @@ -Subproject commit eb392a4502a035a2e7f53eb004fe58ef212a2861 diff --git a/bundle/youcompleteme b/bundle/youcompleteme deleted file mode 160000 index de32351..0000000 --- a/bundle/youcompleteme +++ /dev/null @@ -1 +0,0 @@ -Subproject commit de32351778d00f1b9892018f1f7b373889ca3a03