mirror of
https://github.com/folke/snacks.nvim
synced 2025-08-04 18:58:12 +00:00
fix(notifier): rename style notification.history
-> notification_history
This commit is contained in:
parent
b90e8c4c15
commit
fd9ef30206
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ Snacks.config.style("notification", {
|
|||
bo = { filetype = "snacks_notif" },
|
||||
})
|
||||
|
||||
Snacks.config.style("notification.history", {
|
||||
Snacks.config.style("notification_history", {
|
||||
border = "rounded",
|
||||
zindex = 100,
|
||||
width = 0.6,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue