epwalsh / epwalsh/pomo.nvim

Support for snacks.nvim notifier or noice.nvim.

Open
#34 0 comments 2 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

feature request
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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.