lazyvim/lua/lazyvim/plugins/extras/ui
Iordanis Petkakis bd233579a6
fix(mini.animate): schedule the toggle mapping to correctly take effect (#6483)
## Description
`mini.animate`'s toggle mapping didn't take effect, presumably because
`keymaps.lua` is the last one to execute on `VeryLazy`. Schedule it to
correctly overwrite the default from `keymaps.lua`.

I would also be interested if you don't mind to explain to me how can I
find out the order of the events execution if there are multiple
executions on the same event (i.e on `VeryLazy` what is the order of the
execution? Is it arbitrary?)
<!-- Describe the big picture of your changes to communicate to the
maintainers
  why we should accept this pull request. -->

## Related Issue(s)
None. Saw a discussion on `snacks.nvim` and OP wanted to change the
mapping and when I tested with `mini.animate` Extra I noticed that its
mapping wasn't overriding the default one from `keymaps.lua`.
<!--
  If this PR fixes any issues, please link to the issue here.
  - Fixes #<issue_number>
-->

## Screenshots

<!-- Add screenshots of the changes if applicable. -->

## Checklist

- [x] I've read the
[CONTRIBUTING](https://github.com/LazyVim/LazyVim/blob/main/CONTRIBUTING.md)
guidelines.
2025-10-19 07:45:33 +02:00
..
alpha.lua feat(snacks): use snacks.dashboard as the default dashboard. moved dashboard-nvim to extras (#4832) 2024-11-18 23:32:49 +01:00
dashboard-nvim.lua feat(snacks): use snacks.dashboard as the default dashboard. moved dashboard-nvim to extras (#4832) 2024-11-18 23:32:49 +01:00
edgy.lua docs: improved plugin doc strings (#5657) 2025-09-17 11:17:32 +02:00
indent-blankline.lua style: typo 2024-12-12 13:47:29 +01:00
mini-animate.lua fix(mini.animate): schedule the toggle mapping to correctly take effect (#6483) 2025-10-19 07:45:33 +02:00
mini-indentscope.lua fix(mini): update mini plugin references from echasnovski to nvim-mini (#6374) 2025-09-15 11:45:00 +02:00
mini-starter.lua fix(mini): update mini plugin references from echasnovski to nvim-mini (#6374) 2025-09-15 11:45:00 +02:00
smear-cursor.lua docs: improved plugin doc strings (#5657) 2025-09-17 11:17:32 +02:00
treesitter-context.lua fix(extras.treesitter-context): change event back to LazyFile (#4940) 2024-12-05 09:11:40 +01:00