tidalcycles / vim-tidal

Vim plugin for TidalCycles
MIT License
222 stars 56 forks source link

Improving Neovim Terminal performance? #52

Open derekxkwan opened 4 years ago

derekxkwan commented 4 years ago

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!

cleary commented 1 year ago

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 :)