From 1afc100fb8de25fd6ecf50e59e1ece8f447474b1 Mon Sep 17 00:00:00 2001 From: Tuowen Zhao Date: Tue, 21 Jan 2020 11:23:42 -0700 Subject: ycm initial commit --- .gitmodules | 24 +++--------------------- 1 file changed, 3 insertions(+), 21 deletions(-) (limited to '.gitmodules') 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 -- cgit v1.2.3-70-g09d2