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
The documentation of the configuration of which-key are outdated since it mentions the config method (as in the video https://www.youtube.com/watch?v=m8C0Cq9Uv9o) but they are now based on opts:
-- Then, because we use the `config` key, the configuration only runs-- after the plugin has been loaded:-- config = function() ... end...
{ -- Useful plugin to show you pending keybinds.'folke/which-key.nvim',
event='VimEnter', -- Sets the loading event to 'VimEnter'opts= {
icons= {