Danila Mihailov

Results 7 comments of Danila Mihailov

Yeah, I see that. Seems to be not working right when location from different file. Will look into it. Thank you for feedback :)

Thanks for feedback :) I'll look into it.

Hey, thanks for feedback :) I guess I introduced this bug, when tried to fix another bug, but I fixed it now, I hope :) You can update plugin and...

> the visual indicator to remain visible until some other key is pressed I think it is just how Vim works. I use `timer_start()` for animation and it says in...

> the visual indicator to not show up at all on the final buffer you land on I think I fixed this in a new release, there was timer I...

> Though I suppose I'd expect the indicator to still eventually disappear after the leader input times out? Good point. Just checked, it disappears for me. I do `11j` and...

So it seems to be neovim bug, when neovim is in operator-pending mode (waiting for user to finish key combination) it stops all timer callbacks (and jobs too), until the...