let vim-plug handle plugins, no more submodules
This commit is contained in:
parent
78b9915cbf
commit
234ef1feb5
33
.gitmodules
vendored
33
.gitmodules
vendored
@ -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
|
||||
|
@ -1 +0,0 @@
|
||||
Subproject commit 73908591025b7064ddd9336da6d84841e6dfd148
|
@ -1 +0,0 @@
|
||||
Subproject commit b5d3fe66a58a13d2ff8b6391f4387608496a030f
|
@ -1 +0,0 @@
|
||||
Subproject commit 3293c5870fabb3c1775618cedf0684e4a0cc4ab8
|
@ -1 +0,0 @@
|
||||
Subproject commit f443470b96364c24a775629418a6b2562ec9173e
|
@ -1 +0,0 @@
|
||||
Subproject commit db8ce13b3737d3ddea8368498183d7c204a762eb
|
@ -1 +0,0 @@
|
||||
Subproject commit 6549cfde45339bd4f711504196ff3e8b766ef5e6
|
@ -1 +0,0 @@
|
||||
Subproject commit 3b98a7fcae8f9fff356907171f0406ff8cd28921
|
@ -1 +0,0 @@
|
||||
Subproject commit b9fb0dfd811004010f5f6903edef42d6004ebea2
|
@ -1 +0,0 @@
|
||||
Subproject commit 5214f00a17a389ee2c285610f5b367341a77ce21
|
@ -1 +0,0 @@
|
||||
Subproject commit eb392a4502a035a2e7f53eb004fe58ef212a2861
|
@ -1 +0,0 @@
|
||||
Subproject commit de32351778d00f1b9892018f1f7b373889ca3a03
|
Loading…
Reference in New Issue
Block a user