nvim/lua/plugins/notify.lua

11 lines
203 B
Lua

return {
"rcarriga/nvim-notify",
lazy = true,
config = true,
opts = {
background_colour = "#000000",
fps = 60,
render = "default", -- "minimal", "simple"
},
}