VIM: Adds deoplete plugin
This and LSP were the two things that made me make the switch to neovim. It is a fast and configurable auto-complete tool
This commit is contained in:
parent
8a11ca0f95
commit
7296290cc0
3 changed files with 5 additions and 0 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -46,3 +46,6 @@
|
|||
[submodule "nvim/.config/nvim/pack/bundle/opt/nvim-lspconfig"]
|
||||
path = nvim/.config/nvim/pack/bundle/opt/nvim-lspconfig
|
||||
url = https://github.com/neovim/nvim-lspconfig/
|
||||
[submodule "nvim/.config/nvim/pack/bundle/opt/deoplete.nvim"]
|
||||
path = nvim/.config/nvim/pack/bundle/opt/deoplete.nvim
|
||||
url = https://github.com/Shougo/deoplete.nvim
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue