davidhalter / jedi-vim

Using the jedi autocompletion library for VIM.
MIT License
5.29k stars 372 forks source link

Add Neovim Installation Requirements #1124

Closed adamency closed 4 months ago

adamency commented 4 months ago

Add information for Neovim that the python package pynvim is needed for a working python environment inside nvim.

Also provide command needed to check that the environment setup is functional.

davidhalter commented 4 months ago

Thanks!