diff options
| author | Tuowen Zhao <ztuowen@gmail.com> | 2020-08-07 10:50:16 -0600 | 
|---|---|---|
| committer | Tuowen Zhao <ztuowen@gmail.com> | 2020-08-07 10:50:16 -0600 | 
| commit | 755e1dee3a43f43caeb30d7df19395c61e5c4b9c (patch) | |
| tree | acb51309904f07087e25d5584e4bf8f0eb9f5446 /.gitmodules | |
| parent | bacf60ee089a7d814365b0a7f48e705f5b6a050d (diff) | |
| download | vim-755e1dee3a43f43caeb30d7df19395c61e5c4b9c.tar.gz vim-755e1dee3a43f43caeb30d7df19395c61e5c4b9c.tar.bz2 vim-755e1dee3a43f43caeb30d7df19395c61e5c4b9c.zip | |
Move to vim pack
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 17 | 
1 files changed, 7 insertions, 10 deletions
| diff --git a/.gitmodules b/.gitmodules index e961246..60039ff 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,24 +1,21 @@ -[submodule "bundle/unbundle"] -	path = bundle/unbundle -	url = https://github.com/sunaku/vim-unbundle.git  [submodule "bundle/markdown"] -	path = bundle/markdown +	path = pack/bundle/start/markdown  	url = https://github.com/plasticboy/vim-markdown.git  [submodule "bundle/tabular"] -	path = bundle/tabular +	path = pack/bundle/start/tabular  	url = https://github.com/godlygeek/tabular.git  [submodule "bundle/scratch"] -	path = bundle/scratch +	path = pack/bundle/start/scratch  	url = https://github.com/mtth/scratch.vim.git  [submodule "bundle/airline"] -	path = bundle/airline +	path = pack/bundle/start/airline  	url = https://github.com/bling/vim-airline.git  [submodule "bundle/grammarous"] -	path = bundle/grammarous +	path = pack/bundle/start/grammarous  	url = https://github.com/rhysd/vim-grammarous.git  [submodule "bundle/clang-format"] -	path = bundle/clang-format +	path = pack/bundle/start/clang-format  	url = https://github.com/rhysd/vim-clang-format.git  [submodule "bundle/YouCompleteMe"] -	path = bundle/YouCompleteMe +	path = pack/bundle/start/YouCompleteMe  	url = https://github.com/ycm-core/YouCompleteMe.git | 
