Add default background colour for nvim_notify
This commit is contained in:
parent
e1fa78aa36
commit
85120ba48f
|
@ -3,6 +3,7 @@ return {
|
||||||
lazy = true,
|
lazy = true,
|
||||||
config = true,
|
config = true,
|
||||||
opts = {
|
opts = {
|
||||||
|
background_colour = "#000000",
|
||||||
fps = 60,
|
fps = 60,
|
||||||
render = "default", -- "minimal", "simple"
|
render = "default", -- "minimal", "simple"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue