tidalcycles / vim-tidal

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

Performance issues #35

Closed ghost closed 5 years ago

ghost commented 5 years ago

Hi! Thanks a lot for this awesome plugin, but I'm struggling with code execution performance :(

After calling :TidalSend it is about 3 seconds before the code actually sends to tmux pane and executes in ghc. What can I do about it?

Here is my config if it can help!

vim tidal performance issue Do not mind Failed to send error — I was lazy to startup SuperCollider :)

munshkr commented 5 years ago

Hi! That's weird... can you try adding let g:tidal_flash_duration = 1 at the end of your .vimrc file? Is this neovim?

ghost commented 5 years ago

Unfortunately, let g:tidal_flash_duration = 1 has no effect :(

It is neovim, yes!

ghost commented 5 years ago

@munshkr Thanks for help! I'll put a reference to a solution here.

munshkr commented 5 years ago

Good to know you sorted it out!