mirror of
https://github.com/folke/snacks.nvim
synced 2025-08-04 10:49:08 +00:00
chore(build): auto-generate docs
This commit is contained in:
parent
05bb95739a
commit
833c0667b4
1 changed files with 1 additions and 1 deletions
|
@ -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" },
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue