Added dependency of pip3 to deoplete.
This commit is contained in:
parent
8bce4295c8
commit
7dc2a593c4
|
@ -78,8 +78,8 @@ Plug 'tomasr/molokai'
|
||||||
match ErrorMsg '\s\+$'
|
match ErrorMsg '\s\+$'
|
||||||
|
|
||||||
" Deoplete : Fancy vim8+/nvim autocomplete framework
|
" Deoplete : Fancy vim8+/nvim autocomplete framework
|
||||||
if (has('python3') || has('nvim'))
|
if (has('python3') || has('nvim')) && executable('pip3')
|
||||||
Plug 'Shougo/deoplete.nvim'
|
Plug 'Shougo/deoplete.nvim', {'do': 'pip3 install --user --upgrade pynvim'}
|
||||||
" completion source
|
" completion source
|
||||||
Plug 'Shougo/neco-syntax'
|
Plug 'Shougo/neco-syntax'
|
||||||
" running on non-nvim instances requires the following
|
" running on non-nvim instances requires the following
|
||||||
|
|
Loading…
Reference in New Issue
Block a user