feat: Added notify

This commit is contained in:
Binciu Viorel 2024-05-26 11:39:47 +03:00
parent de8a963708
commit ca2586c153

13
lua/plugins/notify.lua Normal file
View file

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