notomo / gesture.nvim

Mouse gesture plugin for neovim
MIT License
527 stars 2 forks source link

Question: Is your plugin tested on Window OS? #42

Closed hungnguyen1503 closed 8 months ago

hungnguyen1503 commented 8 months ago

I have a problem with the mouse drawing. It seems to be delayed in the start time draw when I draw on Windows OS. When I tried it on Linux OS, It worked very well and didn't have a time delay when I drew. Could you please help me to check it? Many thanks 🍡

notomo commented 8 months ago

Hi!

I'm using Windows (mainly WSL). I have no performance problems on WSL.

I have tested just now on Windows (not WSL). But I confirmed the performance like WSL.

Hmm. I have no idea. If you setup plugin lazy loading, the first drawing may delay.

📝 Windows tested version info

hungnguyen1503 commented 8 months ago

I see, my config has worked without delay after removing lazy loading. This ticket can be closed. 🔐 Thanks for your help. 🚀