mirror of
https://github.com/folke/snacks.nvim
synced 2025-08-07 12:18:10 +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 = " Notification History ",
|
||||||
title_pos = "center",
|
title_pos = "center",
|
||||||
ft = "markdown",
|
ft = "markdown",
|
||||||
bo = { filetype = "snacks_notif_history" },
|
bo = { filetype = "snacks_notif_history", modifiable = false },
|
||||||
wo = { winhighlight = "Normal:SnacksNotifierHistory" },
|
wo = { winhighlight = "Normal:SnacksNotifierHistory" },
|
||||||
keys = { q = "close" },
|
keys = { q = "close" },
|
||||||
})
|
})
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue