davidhalter / jedi-vim

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

doc: Add hint about python 2 support #1060

Closed kozachynskyi closed 3 years ago

kozachynskyi commented 3 years ago

I searched for half an hour, why in :checkhealth of nvim, python 2 virtual environment is not shown, until I realized, that py2 is not supported by jedi itself.

So I think it's a good idea to mention in Readme that python 2 is not supported anymore. Maybe saves someones time.

davidhalter commented 3 years ago

Thanks!