[X] I have updated the plugin to the latest version before submitting this issue
[X] I have searched the existing issues of snacks.nvim
[X] I have searched the existing issues of plugins related to this issue
Neovim version (nvim -v)
NVIM v0.10.2
Operating system/version
Arch Linux
Describe the bug
Repetition of notifs when multiple notifs are encounter.
For me its happens in Leetcode.nvim where the submit or run command outputs multiple pending notifs and they stack on each other instead of collapsing into one.
Steps To Reproduce
Just write a loop for the multiple notifs of same type to be rendered one by one.
Expected Behavior
Here is an example of how"rcarriga/nvim-notify" handles it:
Only single message is displayed.
Did you check docs and existing issues?
Neovim version (nvim -v)
NVIM v0.10.2
Operating system/version
Arch Linux
Describe the bug
Steps To Reproduce
Just write a loop for the multiple notifs of same type to be rendered one by one.
Expected Behavior
Here is an example of how"rcarriga/nvim-notify" handles it: Only single message is displayed.