summaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorTuowen Zhao <ztuowen@gmail.com>2020-01-21 11:23:42 -0700
committerTuowen Zhao <ztuowen@gmail.com>2020-01-21 11:23:42 -0700
commit1afc100fb8de25fd6ecf50e59e1ece8f447474b1 (patch)
tree69bb51cae7771800a41e889e417fa193a4dad4db /.gitmodules
parentb84cc4807fc4be558b219bc575d93473aab7fd66 (diff)
downloadvim-1afc100fb8de25fd6ecf50e59e1ece8f447474b1.tar.gz
vim-1afc100fb8de25fd6ecf50e59e1ece8f447474b1.tar.bz2
vim-1afc100fb8de25fd6ecf50e59e1ece8f447474b1.zip
ycm initial commit
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules24
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