Added command for history

This commit is contained in:
2025-04-27 20:35:13 +02:00
parent 8e0993d49a
commit 833a548397

View File

@@ -8,5 +8,9 @@ return {
notifier = {}, notifier = {},
scroll = {}, scroll = {},
}) })
vim.api.nvim_create_user_command("NotifyHistory", function()
Snacks.notifier.show_history()
end, { desc = "Show notification history" })
end, end,
} }