fix(nvim): correctly set border for snacks notif history
This commit is contained in:
parent
0912f8f656
commit
6ca917b7c5
@ -9,7 +9,7 @@ local bwdelete = function(opts)
|
|||||||
|
|
||||||
local nuke = false
|
local nuke = false
|
||||||
|
|
||||||
if vim.fn.win_gettype() ~= '' and not vim.bo[opts.buf].modified then
|
if vim.fn.win_gettype() ~= "" and not vim.bo[opts.buf].modified then
|
||||||
opts.force = true
|
opts.force = true
|
||||||
nuke = true
|
nuke = true
|
||||||
end
|
end
|
||||||
@ -110,7 +110,7 @@ return {
|
|||||||
})
|
})
|
||||||
snacks.config.styles["notification.history"] = {
|
snacks.config.styles["notification.history"] = {
|
||||||
title = { { "Notification History", "@markup.heading.4" } },
|
title = { { "Notification History", "@markup.heading.4" } },
|
||||||
border = { " " },
|
border = { { " ", "INVALIDHIGHLIGHTHERE" } },
|
||||||
}
|
}
|
||||||
_G.bt = snacks.debug.backtrace
|
_G.bt = snacks.debug.backtrace
|
||||||
_G.dd = snacks.debug.inspect
|
_G.dd = snacks.debug.inspect
|
||||||
|
Loading…
Reference in New Issue
Block a user