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

2 Answers

pip3 install neovim fix this problem

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

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge that you have read and understand our privacy policy and code of conduct.