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
I discovered that while neoscroll plugin is enabled which-key window scrolling is not working.
Disabling neoscroll fixed issue.
I'm not lua/neovim pro, and was not able to discover if it is possible to disable neoscroll for whick-key, or how to make which-key to work while neoscroll is enabled.
I have created issue in both repos: folke/which-key.nvim#839 - This is issue kinda has more details and example setup.
The text was updated successfully, but these errors were encountered:
Thanks for reporting the issue. This is likely because which-key does not switch focus to the which-key floating window. This is a similar issue to #79 where telescope creates a preview window that is not in focus.
Neoscroll can now scroll non-active windows but I'll need to check how which-key implements window scrolling before I can say for sure I can build support for it.
I discovered that while neoscroll plugin is enabled which-key window scrolling is not working.
Disabling neoscroll fixed issue.
I'm not lua/neovim pro, and was not able to discover if it is possible to disable neoscroll for whick-key, or how to make which-key to work while neoscroll is enabled.
I have created issue in both repos:
folke/which-key.nvim#839 - This is issue kinda has more details and example setup.
The text was updated successfully, but these errors were encountered: