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

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