Support for snacks.nvim notifier or noice.nvim.
Nobody has claimed this yet.
- Dominant language
- Lua
- Stars
- 310
- Forks
- 17
- PR merge metrics
- No merged PRs in 30d
Description
🚀 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
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Read snacks.nvim's docs/notifier.md and inspect the notifier calls around timer completion in pomo.nvim. Compare vim.notify replacement behavior and Snacks.notifier.hide() for sticky notifications with noice.nvim's repeated boxes; done means completed timers can remove their notifications without accumulation.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- lua
- Domain
- devtools
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100