mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-07-19 02:05:11 +02:00
fix(snacks): notifier
This commit is contained in:
parent
a6c3dbb92e
commit
ecfbf5b7f7
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ return {
|
||||||
{
|
{
|
||||||
"<leader>un",
|
"<leader>un",
|
||||||
function()
|
function()
|
||||||
Snacks.notifier:hide()
|
Snacks.notifier.hide()
|
||||||
end,
|
end,
|
||||||
desc = "Dismiss All Notifications",
|
desc = "Dismiss All Notifications",
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue