Re: NEW: py-neovim

2017-05-10 Thread Edd Barrett
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

Re: NEW: py-neovim

2017-05-08 Thread tomma
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

Re: NEW: py-neovim

2017-05-06 Thread Edd Barrett
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`

Re: NEW: py-neovim

2017-05-03 Thread Edd Barrett
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

NEW: py-neovim

2017-04-15 Thread Edd Barrett
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