davidhalter / jedi-vim

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

Remove mention of Python 2.7 support in installation instructions #1105

Closed hawkins closed 1 year ago

hawkins commented 1 year ago

Hi there! I was reading the installation instructions and requirements and saw that Python 2.7 was required, so I went ahead and installed jedi-vim. However, upon starting vim next, I learned that Python 2.7 was no longer supported. This PR just removes Python 2.7 from the requirements so that the requirements are clearer/up-to-date. If I'm missing something and Python 2.7 is still required, please feel free to close this PR.

davidhalter commented 1 year ago

Thanks a lot!