You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I enable nvim-scrollview, it causes which-key to show some strange behavior whenever I make visual selections with the mouse. If I drag the mouse enough times it eventually throws a recursion error:
Error detected while processing ModeChanged Autocommands for "*":
Recursion detected.
Are you manually loading which-key in a keymap?
Use `opts.triggers` instad.
Please check the docs.
Error disappears when I disable scrollview.
Kind of hard to describe so I made a recording.
test.mov
Tested on a fresh install of kickstart.nvim (straight from the repo, only added nvim-scrollview, no other changes) with the latest nvim nightly.
The text was updated successfully, but these errors were encountered:
Just realized it has no thing to do with the mouse. If you enter visual mode and press-hold "j" or "k" the error shows up as well. Seems like I'm not the only one experiencing this:
When I enable nvim-scrollview, it causes which-key to show some strange behavior whenever I make visual selections with the mouse. If I drag the mouse enough times it eventually throws a recursion error:
Error disappears when I disable scrollview.
Kind of hard to describe so I made a recording.
test.mov
Tested on a fresh install of kickstart.nvim (straight from the repo, only added nvim-scrollview, no other changes) with the latest nvim nightly.
The text was updated successfully, but these errors were encountered: