Skip to content
This repository was archived by the owner on Apr 17, 2025. It is now read-only.

Comments

fix(extension): Make which_key extension respect auto_register config#418

Merged
mrjones2014 merged 1 commit intomasterfrom
mrj/417/which-key-auto-register
Oct 23, 2023
Merged

fix(extension): Make which_key extension respect auto_register config#418
mrjones2014 merged 1 commit intomasterfrom
mrj/417/which-key-auto-register

Conversation

@mrjones2014
Copy link
Owner

Resolves: #417

How to Test

  1. Setting extensions.which_key.auto_register = false should be respected

Testing for Regressions

I have tested the following:

  • Triggering keymaps from legendary.nvim in all modes (normal, insert, visual)
  • Creating keymaps via legendary.nvim, then triggering via the keymap in all modes (normal, insert, visual)
  • Triggering commands from legendary.nvim in all modes (normal, insert, visual)
  • Creating commands via legendary.nvim, then running the command manually from the command line
  • augroup/autocmds created through legendary.nvim work correctly

@mrjones2014 mrjones2014 merged commit 05af688 into master Oct 23, 2023
@mrjones2014 mrjones2014 deleted the mrj/417/which-key-auto-register branch October 23, 2023 13:31
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug]: which_key.auto_register setting is not respected.

1 participant