Hi,
This is the Python (2 and 3) connector used for Python plugins in
neovim.
Instead of embedding either Python2 or Python3 into vim, neovim uses RPC
to connect to languages. This means you can have plugins written in both
Python2 and 3 loaded at the same time. It also means we don't need all
these FLAVOR combos like in editors/vim.
You need py-uv, which I just posted to ports@. Also if you need Python3
support, you need the diff for the python3 FLAVOR of py-greenlet (also
posted).
OK?
--
Best Regards
Edd Barrett
http://www.theunixzoo.co.uk
No comments:
Post a Comment