starter/lua/plugins/notify.lua
2024-05-26 11:39:47 +03:00

13 lines
236 B
Lua

-- Add options for notify to avoid transparent background errors
return {
{
"rcarriga/nvim-notify",
opts = {
fps = 10,
background_colour = "#000000",
stages = "fade",
render = "compact",
},
},
}