Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(extension)!: Move which-key.nvim and lazy.nvim integrations to extensions #400

Merged
merged 5 commits into from
Oct 10, 2023

Conversation

mrjones2014
Copy link
Owner

Resolves: #399

How to Test

  1. Use both the integrations
  2. Launching nvim with existing config should trigger deprecation warnings for both their settings, saying they've moved to extensions
  3. Enabling the extensions, everything should still work exactly the way it did before

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 changed the title feat(extension): Move which-key.nvim and lazy.nvim integrations to extensions feat(extension)!: Move which-key.nvim and lazy.nvim integrations to extensions Oct 10, 2023
@mrjones2014 mrjones2014 merged commit 9744bf8 into master Oct 10, 2023
2 checks passed
@mrjones2014 mrjones2014 deleted the mrj/399/lazy-nvim-and-whichkey-extensions branch October 10, 2023 18:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature]: Move lazy.nvim and which-key.nvim integrations to plugin extensions
1 participant