folke / snacks.nvim

🍿 A collection of small QoL plugins for Neovim
Apache License 2.0
1.18k stars 23 forks source link

bug(notifier): repetition of notifs when multiple similar notifs encountered #154

Closed Harshchauhan64 closed 3 days ago

Harshchauhan64 commented 3 days ago

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: image Only single message is displayed.

folke commented 3 days ago

That's because they don't pass an id. Check the docs