This commit is contained in:
Piotr Domański 2025-06-10 16:18:49 +02:00
parent cb0cde946e
commit ba5a22efc3

View file

@ -11,6 +11,7 @@ return {
},
},
opts = {
background_colour = "#000000",
timeout = 3000,
max_height = function()
return math.floor(vim.o.lines * 0.75)
@ -23,6 +24,7 @@ return {
{
"xiyaowong/transparent.nvim",
event = "VeryLazy",
-- opts = { extra_groups = { "NotifyBackground" } },
},
{
"nvim-lualine/lualine.nvim",