2023-05-04 12:39:25 +01:00
|
|
|
return {
|
|
|
|
"rcarriga/nvim-notify",
|
2023-05-16 14:31:00 +01:00
|
|
|
dependencies = { "catppuccin" },
|
2023-05-16 09:22:33 +01:00
|
|
|
config = true,
|
|
|
|
opts = {
|
2023-05-16 13:42:12 +01:00
|
|
|
background_colour = require("catppuccin.palettes").get_palette("macchiato").base,
|
2023-05-16 09:22:33 +01:00
|
|
|
fps = 60,
|
|
|
|
render = "default", -- "minimal", "simple"
|
|
|
|
},
|
2023-05-04 12:39:25 +01:00
|
|
|
}
|