Reputation: 359
After installing vimspector with Plug.vim, when I reopen neovim, I met the problem as described in the title.
Upvotes: 7
Views: 4263
Reputation: 876
The python package neovim has been renamed to pynvim since version 0.3.1, update the command to pip3 install pynvim
neovim
pynvim
0.3.1
pip3 install pynvim
pip3 install neovim fix this problem
pip3 install neovim
Upvotes: 13