return {
    "rcarriga/nvim-notify",
    lazy = true,
    config = true,
    opts = {
        background_colour = "#000000",
        fps = 60,
        render = "default",
    },
}