mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-27 11:19:02 +02:00
style: Change description of notify.dismiss() binding (#675)
This commit is contained in:
parent
5202a0f006
commit
dc1d48f436
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ return {
|
||||||
function()
|
function()
|
||||||
require("notify").dismiss({ silent = true, pending = true })
|
require("notify").dismiss({ silent = true, pending = true })
|
||||||
end,
|
end,
|
||||||
desc = "Delete all Notifications",
|
desc = "Dismiss all Notifications",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
opts = {
|
opts = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue