11 lines
279 B
Lua
11 lines
279 B
Lua
return {
|
|
"rcarriga/nvim-notify",
|
|
dependencies = { "catppuccin/nvim" },
|
|
config = true,
|
|
opts = {
|
|
background_colour = require("catppuccin.palettes").get_palette("macchiato").base,
|
|
fps = 60,
|
|
render = "default", -- "minimal", "simple"
|
|
},
|
|
}
|