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:
Jonathan Hodgson 2020-09-26 17:59:41 +01:00
parent 807981701e
commit e0bbd0aade
3 changed files with 5 additions and 0 deletions

3
.gitmodules vendored
View file

@ -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

View file

@ -12,6 +12,7 @@ if has('packages')
packadd! vim-vinegar
if has('nvim')
packadd! nvim-lspconfig
packadd! deoplete.nvim
endif
endif

@ -0,0 +1 @@
Subproject commit 895fafe572585b807a31d4ba2835188d7b38cc41