Input lag on Kakoune
Heya!
Thanks for building this really clean plugin!
The plugin works quite well on Kakoune, but I am noticing considerable input lag when navigating repos.
My suspicion is that this is due to this hook:
hook -group parinfer window NormalKey .* %{ parinfer-try-mode ${1:--smart} }
I wonder if there is a way to speed it up, maybe by only listening to characters that modify the code?
Hi! First, what OS are you on, and generally speaking, how fast is your system?
Second, what specifically are you doing to navigate repos? Is this using some plugin, and what normal keys are getting triggered?
It's probably possible to make some exceptions on this hook, but I can't really see that there should be a lot going on here -- and it could potentially mean missing some changes later.
A screen recording might help, if that's not too much trouble.