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