mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-22 08:53:31 +02:00
update transparant config
This commit is contained in:
parent
dbdf3596c0
commit
fe62b8f2c3
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue