4

After installing vimspector with Plug.vim, when I reopen neovim, I met the problem as described in the title.

romainl
  • 186,200
  • 21
  • 280
  • 313
Zhehao Li
  • 189
  • 9

2 Answers2

9

pip3 install neovim fix this problem

Zhehao Li
  • 189
  • 9
3

The python package neovim has been renamed to pynvim since version 0.3.1, update the command to pip3 install pynvim

Ham
  • 703
  • 8
  • 17