return {
	"rcarriga/nvim-notify",
	event = "VeryLazy",
	opts = {
		background_colour = "#000000",
		fps = 60,
		render = "compact",
		timeout = 0,
	},
	config = true,
}