On Mon, May 08, 2017 at 05:08:26PM +0200, to...@inventati.org wrote:
> I need this port to use the deoplete[1] plug-in.
> Thank you for the neovim port and there two python ports!
Yes, I also use deoplete, and jedi-vim, both Python plugins.
You can install py-neovim via pip, but I'd also like to
Hi,
I need this port to use the deoplete[1] plug-in.
Thank you for the neovim port and there two python ports!
tomma
[1] https://github.com/Shougo/deoplete.nvim
Hi,
On Wed, May 03, 2017 at 03:59:04PM +0100, Edd Barrett wrote:
> On Sat, Apr 15, 2017 at 03:33:10PM +0100, Edd Barrett wrote:
> > Hi,
> >
> > This is the Python (2 and 3) connector used for Python plugins in
> > neovim.
>
> Updated tarball to fix PLIST. OK?
>
> Test by running `:CheckHealth`
On Sat, Apr 15, 2017 at 03:33:10PM +0100, Edd Barrett wrote:
> Hi,
>
> This is the Python (2 and 3) connector used for Python plugins in
> neovim.
Updated tarball to fix PLIST. OK?
Test by running `:CheckHealth` in neovim.
--
Best Regards
Edd Barrett
http://www.theunixzoo.co.uk
py-neovim2.t
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
th