diff options
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 24 | 
1 files changed, 3 insertions, 21 deletions
diff --git a/.gitmodules b/.gitmodules index 8b6df92..8ec5da9 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,12 +1,6 @@  [submodule "bundle/unbundle"]  	path = bundle/unbundle  	url = https://github.com/sunaku/vim-unbundle.git -[submodule "bundle/neco-ghc"] -	path = bundle/neco-ghc -	url = https://github.com/eagletmt/neco-ghc -[submodule "bundle/vimproc"] -	path = bundle/vimproc -	url = https://github.com/Shougo/vimproc.vim  [submodule "bundle/markdown"]  	path = bundle/markdown  	url = https://github.com/plasticboy/vim-markdown.git @@ -28,18 +22,6 @@  [submodule "bundle/clang-format"]  	path = bundle/clang-format  	url = https://github.com/rhysd/vim-clang-format.git -[submodule "bundle/deoplete"] -	path = bundle/deoplete -	url = https://github.com/Shougo/deoplete.nvim.git -[submodule "bundle/nvim-yarp"] -	path = bundle/nvim-yarp -	url = https://github.com/roxma/nvim-yarp.git -[submodule "bundle/vim-hug-neovim-rpc"] -	path = bundle/vim-hug-neovim-rpc -	url = https://github.com/roxma/vim-hug-neovim-rpc.git -[submodule "bundle/deoplete-clangx"] -	path = bundle/deoplete-clangx -	url = https://github.com/Shougo/deoplete-clangx.git -[submodule "bundle/neoinclude"] -	path = bundle/neoinclude -	url = https://github.com/Shougo/neoinclude.vim.git +[submodule "bundle/YouCompleteMe"] +	path = bundle/YouCompleteMe +	url = https://github.com/ycm-core/YouCompleteMe.git  | 
