11 lines
180 B
Lua
11 lines
180 B
Lua
|
return {
|
||
|
"rcarriga/nvim-notify",
|
||
|
lazy = true,
|
||
|
config = true,
|
||
|
opts = {
|
||
|
background_colour = "#000000",
|
||
|
fps = 60,
|
||
|
render = "default",
|
||
|
},
|
||
|
}
|