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
|
@ -12,6 +12,7 @@ if has('packages')
|
|||
packadd! vim-vinegar
|
||||
if has('nvim')
|
||||
packadd! nvim-lspconfig
|
||||
packadd! deoplete.nvim
|
||||
endif
|
||||
endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue