chore(build): auto-generate docs

This commit is contained in:
folke 2024-12-13 12:38:26 +00:00 committed by github-actions[bot]
parent 05bb95739a
commit 833c0667b4

View file

@ -184,7 +184,7 @@ vim.api.nvim_create_autocmd("LspProgress", {
title = " Notification History ",
title_pos = "center",
ft = "markdown",
bo = { filetype = "snacks_notif_history" },
bo = { filetype = "snacks_notif_history", modifiable = false },
wo = { winhighlight = "Normal:SnacksNotifierHistory" },
keys = { q = "close" },
}