mirror of
https://github.com/folke/snacks.nvim
synced 2025-08-04 10:49:08 +00:00
fix(notifier): set default conceallevel=2
This commit is contained in:
parent
1a1f8a2648
commit
662795c285
1 changed files with 1 additions and 0 deletions
|
@ -75,6 +75,7 @@ Snacks.config.style("notification", {
|
|||
wo = {
|
||||
winblend = 5,
|
||||
wrap = false,
|
||||
conceallevel = 2,
|
||||
},
|
||||
bo = { filetype = "snacks_notif" },
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue