nvim/lua/plugins/notify.lua

11 lines
203 B
Lua
Raw Normal View History

return {
"rcarriga/nvim-notify",
lazy = true,
2023-05-16 09:22:33 +01:00
config = true,
opts = {
background_colour = "#000000",
2023-05-16 09:22:33 +01:00
fps = 60,
render = "default", -- "minimal", "simple"
},
}