davidhalter / jedi-vim

Using the jedi autocompletion library for VIM.
MIT License
5.27k stars 370 forks source link

Add Neovim Installation Requirements #1124

Closed adamency closed 1 month ago

adamency commented 1 month 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 1 month ago

Thanks!