nvim/lua/plugins/notify.lua

12 lines
297 B
Lua
Raw Normal View History

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