fix(snacks): notifier

This commit is contained in:
Folke Lemaitre 2024-11-06 15:46:00 +01:00
parent a6c3dbb92e
commit ecfbf5b7f7
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040

View file

@ -48,7 +48,7 @@ return {
{
"<leader>un",
function()
Snacks.notifier:hide()
Snacks.notifier.hide()
end,
desc = "Dismiss All Notifications",
},