forked from dineshsalunke/nvim-config
refactor: add background color for notify plugin
This commit is contained in:
parent
68d31dfb1c
commit
354db1f435
@ -131,7 +131,12 @@ return {
|
|||||||
|
|
||||||
{
|
{
|
||||||
"rcarriga/nvim-notify",
|
"rcarriga/nvim-notify",
|
||||||
opts = {},
|
config = function(_, opts)
|
||||||
|
local notify = require("notify")
|
||||||
|
notify.setup(vim.tbl_extend("keep", {
|
||||||
|
background_colour = "#000000",
|
||||||
|
}, opts))
|
||||||
|
end,
|
||||||
},
|
},
|
||||||
|
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user