neovim

(Neo)vim python support and active virtualenv conflict

(Neo)vim python support and active virtualenv conflict Question: I’ve got ordinarily supported Python under Neovim init.vim: ” Plug ‘plytophogy/vim-virtualenv’ if has(‘nvim’) Plug ‘Shougo/deoplete.nvim’, { ‘do’: ‘:UpdateRemotePlugins’ } else Plug ‘Shougo/deoplete.nvim’ Plug ‘roxma/nvim-yarp’ Plug ‘roxma/vim-hug-neovim-rpc’ endif Plug ‘zchee/deoplete-jedi’ Plug ‘davidhalter/jedi-vim’ When I start nvim when some virtual environment is active, it begins with this error message …

Total answers: 1