Tehnix / spaceneovim

Spacemacs for Neovim—link to layers 👉
https://github.com/Tehnix/spaceneovim-layers
MIT License
110 stars 4 forks source link

LanguageClient `no notification handler registered` errors #3

Closed vviikk closed 6 years ago

vviikk commented 6 years ago

no notification handler registered for "/Users/ramanujam/.config/nvim/plugged/La nguageClient-neovim/rplugin/python3/LanguageClient:autocmd:CursorMoved:*"

In case anyone is facing errors like above, I fixed it with

# upgrade python bindings
pip install neovim
pip3 install neovim #python 2 is still default in my MacOS

Might want to add this to a troubleshooting section as I've faced this on Ubuntu, Arch and now MacOS.

Tehnix commented 6 years ago

It actually is covered in the install process https://github.com/Tehnix/spaceneovim#installation. That said, it might be worth mentioning the specific error and then the cause under https://github.com/Tehnix/spaceneovim#troubleshooting.

Would you be up for making a PR for this?

EDIT: Ah, nvm! Just noticed your PR was exactly for this, thanks! :)