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
This plugin is really good! I like it, also, im searching for alternatives since all other options seems to have an impact in the performance 🤔
Unfortunately it doesn't seems compatible with which-key plugin, which is widely used, for example if you press ' you get the highlights, but it doesn't popup the whichkey plugin, any ideas?
The text was updated successfully, but these errors were encountered:
Unfortunately, this plugin and which-key (is this the right one?) both wait for a key to be pressed and take an action accordingly. This plugin uses getchar() and consumes the typed character. I couldn't quite figure out how which-key does it, but I think overall it's just not going to be compatible.
But unfortunately this results in some kind of loop that causes the 'test' notification to print out endlessly.
If a mapping similar to the one above can be used without causing an infinite loop, then there is a possibility of adding a callback option to this plugin where you can specify something like callback = function() require('which-key').show(...) end
So if you can provide a little more context for how to show the which-key panel correctly, then I can implement this fix.
This plugin is really good! I like it, also, im searching for alternatives since all other options seems to have an impact in the performance 🤔
Unfortunately it doesn't seems compatible with which-key plugin, which is widely used, for example if you press ' you get the highlights, but it doesn't popup the whichkey plugin, any ideas?
The text was updated successfully, but these errors were encountered: