bfredl
bfredl
I would like to find the existing code that clears the cmdline in TUI unconditionally, and add the ext_messages clear there (or fix any bug that prevents it from already...
> It's not a proper exception, but if we wanted it to be an exception we should use throw from python-client. I don't think `throw` makes sense in an async...
> There is very little use for nvim_write_err otherwise Originally it is for implementing sys.stderr in legacy python clients. Do we really want a single E5XXX tag that automatically applies...
> If python plugin errors/exceptions are forwarded by python-client through nvim_write_err, then yes that's confusing. As I said, it replicates the behavior of the vim python interface. The builtin error...
It is not implemented, but is possible to implement. Basically, in `miniyank#startput`, go through the pastelist and filter out items with the right register name. We can do this if...
I fixed the /dev/null error. But likely you will hit some other error. Pull requests are welcome.
Try to use `%matplotlib tk` (or `qt` or your favorite backend) before the first plot command.
I don't think this is very useful as is, because you could just as well define a function that calls `IPyConnect` and does the setup. I have in my nvimrc:...
> But, the cursor always jumps to the bottom line if I run one of the following This sounds like an issue with previous neovim versions. Are you using the...
In principle this shouldn't be too hard, after launching the kernel in nvim-ipy, also connect to it in a `:terminal` using `jupyter console --existing {connectionfile}`. We should add a helper...