diff options
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 | 
