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\+$'
|
||||
|
||||
" Deoplete : Fancy vim8+/nvim autocomplete framework
|
||||
if (has('python3') || has('nvim'))
|
||||
Plug 'Shougo/deoplete.nvim'
|
||||
if (has('python3') || has('nvim')) && executable('pip3')
|
||||
Plug 'Shougo/deoplete.nvim', {'do': 'pip3 install --user --upgrade pynvim'}
|
||||
" completion source
|
||||
Plug 'Shougo/neco-syntax'
|
||||
" running on non-nvim instances requires the following
|
||||
|
|
Loading…
Reference in New Issue
Block a user