Termux-packages: Neovim package lacks python (python3) support

Created on 14 Sep 2017  路  2Comments  路  Source: termux/termux-packages

Neovim package lacks python (python3) support, try to launch a plugin which requires it and you'll get
'[deoplete] deoplete requires Neovim with Python3 support("+python3").'
unlike vim there seems to be no packages to provide the python plugins for neovim

discussion

Most helpful comment

It works a bit differently with Neovim. To enable python support you need to install the neovim package from pip. (Note: You need both the pip and apt package.)

pip install neovim

Note about deoplete: You should install the package before installing deoplete, as the installation already requires it. There is a note about it on the github page, but the command didn't work for me and I had to remove deoplete and install it again to make it work.

All 2 comments

It works a bit differently with Neovim. To enable python support you need to install the neovim package from pip. (Note: You need both the pip and apt package.)

pip install neovim

Note about deoplete: You should install the package before installing deoplete, as the installation already requires it. There is a note about it on the github page, but the command didn't work for me and I had to remove deoplete and install it again to make it work.

Update: The neovim package has now changed to pynvim.
So, use pip install pynvim instead.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

allkhor picture allkhor  路  93Comments

kuburan picture kuburan  路  63Comments

urrut picture urrut  路  51Comments

NLKNguyen picture NLKNguyen  路  59Comments

twaik picture twaik  路  73Comments