bfredl
bfredl
One option is to increase `'updatetime'`, it can give a X seconds window before saving you can cycle (it should reset for each cycle). There might be possible to write...
do you have latest nvim 0.1.4 (or master) and latest python-client (neovim pip2 package) 0.1.7 ? What happens if you activate the virtualenv before starting neovim? (It might be too...
Can comfirm, will look into it tomorrow maybe.
Sorry for the delay, this was a very subtle change in the initialization of ConsoleApp between IPython 3.x and Jupyter 4.x (but I don't understand why it only affected `--existing`...
Hmm we probably want to do this using 'operatorfunc' for this. I have some old code for this, maybe if I will look into it in the weekend (if I...
I added `(IPy-RunOp)` (finally), will it cover your usecase?
Hmm it seems we need to handle line-wise text objects manually
It's an issue of recent `jupyter_client`, it uses asyncio in a way which is incompatible with pynvim's own usage. For now I just downgrade jupyter_client (to 6.1.0, though probably some...
We can move the functions to "autoload" but I do not see what this has to do with "pre-existing python architecture" ?
But the plugin doesn't assume that the filetype is python, it works with jupyter kernel in any language. What is defined in the plugin is highlight groups, not syntax items....