Added dependency of pip3 to deoplete.

This commit is contained in:
James Patrick 2021-07-23 20:27:23 +00:00
parent 8bce4295c8
commit 7dc2a593c4
1 changed files with 2 additions and 2 deletions

View File

@ -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