Added command for history
This commit is contained in:
@@ -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,
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user