mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-08-07 19:35:17 +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
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"rcarriga/nvim-notify",
|
||||||
|
opts = function(_, opts)
|
||||||
|
opts.background_colour = "#00000000"
|
||||||
|
end,
|
||||||
|
},
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
return {}
|
return {}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue