Add default background colour for nvim_notify

This commit is contained in:
Evie Litherland-Smith 2023-05-23 16:33:44 +01:00
parent e1fa78aa36
commit 85120ba48f

View file

@ -3,6 +3,7 @@ return {
lazy = true,
config = true,
opts = {
background_colour = "#000000",
fps = 60,
render = "default", -- "minimal", "simple"
},