mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-21 16:39:04 +02:00
enc: update transparent config
This commit is contained in:
parent
b75362b066
commit
70e40989c9
1 changed files with 6 additions and 0 deletions
|
@ -75,6 +75,12 @@ if transparent then
|
|||
end
|
||||
end,
|
||||
},
|
||||
{
|
||||
"rcarriga/nvim-notify",
|
||||
opts = function(_, opts)
|
||||
opts.background_colour = "#00000000"
|
||||
end,
|
||||
},
|
||||
}
|
||||
else
|
||||
return {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue