[bump]
This commit is contained in:
parent
cb0cde946e
commit
ba5a22efc3
1 changed files with 2 additions and 0 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue