enc: update transparent config

This commit is contained in:
Pojok Code 2024-11-04 20:12:32 +07:00
parent b75362b066
commit 70e40989c9

View file

@ -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 {}