Folke Lemaitre
Folke Lemaitre
Moved to lazy. Will check in the coming days. Low prio
That's pretty much impossible to achieve, even with how the luarocks version loader works (which is not used in lazy btw)
So your **fix** is to just disable the cpu time??
Can you give me a full example using lolcat and some Neovim banner generator I can use to test this?
@VoidAlone thank you for the minimal repro. Looking into it. pty is needed, so disabling that is not a fix.
The problem is that jobstart seems to finish without sending all data in the on_stdout handler. So 100% a Neovim bug. Looking if there's a work-around. Adding a `;sleep .1`...
See https://github.com/neovim/neovim/issues/26543
Also https://github.com/neovim/neovim/issues/3030
Added a `0.1s` delay to string terminal commands on linux. Reading the issue report, it should work fine on MacOS.