yarepl.nvim icon indicating copy to clipboard operation
yarepl.nvim copied to clipboard

Delayed \r send after sendig does not works for large chunk of codes on Windows

Open kalocsaibotond opened this issue 2 months ago • 0 comments

I have installed yarepl.nvim into my LazyVim config and I tried to use it on Windows, with IPython. When I try to send large pieces of code into the IPython REPL, the code is sent (i. e. pasted there) but not entered into the prompt. To enter the code I either have to manually go to the REPL input , or send a small piece of code subsequently. The large piece of code is a piece that is out of screen on an 1080p monitor, with WezTerm, 10 font size. For smaller code it seems to work. I suspect that this bug comes from the IPython's windows implementation, rather then the yarepl plugin. But the little hack for windows does not work fully.

Otherwise this is a splendid plugin that adresses much of the issues with iron.nvim .

I used:

  • Windows 10
  • Neovim 0.9.5
  • IPython 8.20.0

kalocsaibotond avatar Apr 21 '24 09:04 kalocsaibotond