diff options
author | Tuowen Zhao <ztuowen@gmail.com> | 2020-01-05 12:04:13 -0500 |
---|---|---|
committer | Tuowen Zhao <ztuowen@gmail.com> | 2020-01-05 12:04:13 -0500 |
commit | a45e258847857e16f22dd7e9ed0630429c871b75 (patch) | |
tree | 43c6bc36eeddade1a30f87edd630148dc5cc5322 /.gitmodules | |
parent | 585d06f5d00d73157b7f7b65c42d7b60987948d2 (diff) | |
download | vim-a45e258847857e16f22dd7e9ed0630429c871b75.tar.gz vim-a45e258847857e16f22dd7e9ed0630429c871b75.tar.bz2 vim-a45e258847857e16f22dd7e9ed0630429c871b75.zip |
Initial deoplete
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 21 |
1 files changed, 15 insertions, 6 deletions
diff --git a/.gitmodules b/.gitmodules index 11d4f4e..8b6df92 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,9 +1,6 @@ [submodule "bundle/unbundle"] path = bundle/unbundle url = https://github.com/sunaku/vim-unbundle.git -[submodule "bundle/neocomplete"] - path = bundle/neocomplete - url = https://github.com/Shougo/neocomplete.vim.git [submodule "bundle/neco-ghc"] path = bundle/neco-ghc url = https://github.com/eagletmt/neco-ghc @@ -22,9 +19,6 @@ [submodule "bundle/airline"] path = bundle/airline url = https://github.com/bling/vim-airline.git -[submodule "bundle/clang"] - path = bundle/clang - url = https://github.com/Rip-Rip/clang_complete.git [submodule "bundle/grammarous"] path = bundle/grammarous url = https://github.com/rhysd/vim-grammarous.git @@ -34,3 +28,18 @@ [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 |