mirror of
https://github.com/folke/snacks.nvim
synced 2025-08-04 02:38:46 +00:00
fix(notifier): set modifiable=false
for notifier history
This commit is contained in:
parent
e8dd394c01
commit
12e68a33b5
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ Snacks.config.style("notification.history", {
|
|||
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