🚀 The feature, motivation and pitch
LazyVim uses https://github.com/folke/noice.nvim (or https://github.com/folke/snacks.nvim/blob/main/docs/notifier.md if so desired.
It would be great to support those here.
Specifically, snacks.nvim's notifier will work out of the box, because it replaces vim.notify. The problem, however, is that after the timer is done, when sticky = true, the notifier cannot be removed, even with Snacks.notifier.hide().
With noice.nvim, which I personally do not use, the notification boxes keep showing below each other on every tick, which is not ideal.
Alternatives
No response
Additional context
No response
🚀 The feature, motivation and pitch
LazyVim uses https://github.com/folke/noice.nvim (or https://github.com/folke/snacks.nvim/blob/main/docs/notifier.md if so desired.
It would be great to support those here.
Specifically,
snacks.nvim'snotifierwill work out of the box, because it replacesvim.notify. The problem, however, is that after the timer is done, whensticky = true, the notifier cannot be removed, even withSnacks.notifier.hide().With
noice.nvim, which I personally do not use, the notification boxes keep showing below each other on every tick, which is not ideal.Alternatives
No response
Additional context
No response