After installing vimspector with Plug.vim, when I reopen neovim, I met the problem as described in the title.
NeoVim: vimspector unavailable: Requires Vim compiled with +python3
Asked Answered
The python package neovim
has been renamed to pynvim
since version 0.3.1
, update the command to pip3 install pynvim
© 2022 - 2024 — McMap. All rights reserved.