rcarriga / nvim-notify

A fancy, configurable, notification manager for NeoVim
MIT License
2.97k stars 78 forks source link

fix: make notify work when wiping all buffers with %bw #167

Closed folke closed 1 year ago

folke commented 1 year ago

Some Noice users like to do %bw to wipe all buffers (which they shouldn't do, but anyway). This leads to issues in Noice, Nui and Notify.

I've just fixed them all in each project.

Fixes:

rcarriga commented 1 year ago

Oh yeah that's really not ideal but at least it's a simple fix :sweat_smile: Thanks for the PR!