vim: Add deoplete

This commit is contained in:
Simon Bruder 2020-07-03 19:13:59 +02:00
parent f664134500
commit d337bb5c7c
No known key found for this signature in database
GPG key ID: 6F03E0000CC5B62F

View file

@ -46,6 +46,10 @@ if has('python3')
Plug 'honza/vim-snippets'
endif
" Deoplete
Plug 'Shougo/deoplete.nvim', { 'do': ':UpdateRemotePlugins' }
let g:deoplete#enable_at_startup = 1
" Airline
Plug 'vim-airline/vim-airline'
Plug 'vim-airline/vim-airline-themes'