vim-tidal icon indicating copy to clipboard operation
vim-tidal copied to clipboard

Improving Neovim Terminal performance?

Open mrufrufin opened this issue 3 years ago • 1 comments

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!

mrufrufin avatar Jul 08 '20 01:07 mrufrufin