update transparant config

This commit is contained in:
asep komarudin 2023-01-27 00:15:15 +07:00
parent dbdf3596c0
commit fe62b8f2c3

View file

@ -291,7 +291,8 @@ return {
"rcarriga/nvim-notify", "rcarriga/nvim-notify",
event = "BufRead", event = "BufRead",
config = function() config = function()
vim.notify = require("notify") -- vim.notify = require("notify") -- ini jika tidak transparant
vim.notify = require("notify").setup({ background_colour = "#000000" })
end, end,
}, },
-- for resize screen -- for resize screen