style: Change description of notify.dismiss() binding (#675)

This commit is contained in:
Albert Gu
2023-04-25 00:12:41 -07:00
committed by GitHub
parent 5202a0f006
commit dc1d48f436

View File

@ -8,7 +8,7 @@ return {
function()
require("notify").dismiss({ silent = true, pending = true })
end,
desc = "Delete all Notifications",
desc = "Dismiss all Notifications",
},
},
opts = {