You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Are there any ways of improving the performance using Neovim's terminal emulator? I usually perform in TidalCycles by sending do blocks with all my pattern definitions and calls in the block and it wasn't so much of an issue when I was using emacs where the whole chunk of code sent over to the repl wasn't visually represented, but in Neovim and its terminal emulator, tidal doesn't seem to execute code until the terminal buffer scrolls through the whole chunk of code (which sometimes takes a non-negligible amount of time). Any tips/fixes? I'm on neovim v0.4.3.. Thanks!
The text was updated successfully, but these errors were encountered:
This is also a fairly significant issue for me, as discussed in the past. I didn't realise this ticket existed - would love to see it working quicker :)
Are there any ways of improving the performance using Neovim's terminal emulator? I usually perform in TidalCycles by sending
do
blocks with all my pattern definitions and calls in the block and it wasn't so much of an issue when I was using emacs where the whole chunk of code sent over to the repl wasn't visually represented, but in Neovim and its terminal emulator, tidal doesn't seem to execute code until the terminal buffer scrolls through the whole chunk of code (which sometimes takes a non-negligible amount of time). Any tips/fixes? I'm on neovim v0.4.3.. Thanks!The text was updated successfully, but these errors were encountered: