Skip to content

Commit

Permalink
fix(notifier): modifiable = false
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed Nov 6, 2024
1 parent ab96f81 commit 9ef9e69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/snacks/notifier.lua
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ function M:render(notif)
view = "notification",
enter = false,
backdrop = false,
bo = { filetype = notif.ft or "markdown" },
bo = { filetype = notif.ft or "markdown", modifiable = false },
win = { noautocmd = true },
wo = {
winhighlight = table.concat({
Expand Down

0 comments on commit 9ef9e69

Please sign in to comment.