10 lines
186 B
Lua
10 lines
186 B
Lua
return {
|
|
"rcarriga/nvim-notify",
|
|
config = true,
|
|
opts = {
|
|
background_colour = "#000000",
|
|
fps = 60,
|
|
render = "default", -- "minimal", "simple"
|
|
},
|
|
}
|