diff --git a/lua/taken/plugins/snacks.lua b/lua/taken/plugins/snacks.lua index 03dd8cc..86450de 100644 --- a/lua/taken/plugins/snacks.lua +++ b/lua/taken/plugins/snacks.lua @@ -8,5 +8,9 @@ return { notifier = {}, scroll = {}, }) + + vim.api.nvim_create_user_command("NotifyHistory", function() + Snacks.notifier.show_history() + end, { desc = "Show notification history" }) end, }