fix(notifier): set modifiable=false for notifier history

This commit is contained in:
Folke Lemaitre 2024-12-13 13:36:59 +01:00
parent e8dd394c01
commit 12e68a33b5
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040

View file

@ -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" },
})