folke / noice.nvim

💥 Highly experimental plugin that completely replaces the UI for messages, cmdline and the popupmenu.
Apache License 2.0
3.95k stars 88 forks source link

feature: avoid notification fatigue #813

Closed eyalk11 closed 1 month ago

eyalk11 commented 1 month ago

Did you check the docs?

Is your feature request related to a problem? Please describe.

Yes, some messages appear a lot when ideally would have appear only once per buffer say. Like autosave notification. Most of them you don't want at all (solved), but some you want , but not too often.

Describe the solution you'd like

Specify using routes that a certain filter is fatigue -> display only once per buffer / 30 minutes / something.

Describe alternatives you've considered

None

Additional context

No response

b0ae989c commented 1 month ago

Could you give a concrete example of repeated notifications? Maybe I can come up with a quick fix.