Open nvim and enter the following:
:checkhealth
We need to install python support (node is optional)
-
Neovim python support
pip install pynvim -
Neovim node support
npm i -g neovim
NOTE make sure you have node installed, I recommend a node manager like fnm.