diff --git a/lua/plugins/notify.lua b/lua/plugins/notify.lua new file mode 100644 index 0000000..2066363 --- /dev/null +++ b/lua/plugins/notify.lua @@ -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", + }, + }, +}