feat(snacks): added leader-n to show notification history
This commit is contained in:
@ -48,14 +48,10 @@ return {
|
||||
words = { enabled = true },
|
||||
}
|
||||
end,
|
||||
-- stylua: ignore
|
||||
keys = {
|
||||
{
|
||||
"<leader>un",
|
||||
function()
|
||||
Snacks.notifier.hide()
|
||||
end,
|
||||
desc = "Dismiss All Notifications",
|
||||
},
|
||||
{ "<leader>n", function() Snacks.notifier.show_history() end, desc = "Notification History" },
|
||||
{ "<leader>un", function() Snacks.notifier.hide() end, desc = "Dismiss All Notifications" },
|
||||
},
|
||||
config = function(_, opts)
|
||||
local notify = vim.notify
|
||||
|
Reference in New Issue
Block a user