rcarriga / nvim-notify

A fancy, configurable, notification manager for NeoVim
MIT License
3k stars 80 forks source link

Bundle notifications by sender #116

Open gegoune opened 2 years ago

gegoune commented 2 years ago

Do you think it would be possible to append new notifications to existing window if they are coming from the same sender? Neogit comes to mind immediately as after each commit/push/pull it will send two messages printing two separate notifications which both have header (when using default style). It definitely would feel cleaner and take up less space if newer notification got added to existing window. To keep thing simple they could expire together at the time newest message expires but it would be really neat if old message could expire by itself keeping window open and newer messages would move up by one line.

What do you think about that?

rcarriga commented 2 years ago

I'll have to look into how viable this would be. I think it'd be a lot of work and might be more complicated than I'd like :thinking: