mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-22 04:21:08 +00: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",
|
||||
function()
|
||||
Snacks.notifier:hide()
|
||||
Snacks.notifier.hide()
|
||||
end,
|
||||
desc = "Dismiss All Notifications",
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue