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