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