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