return { "rcarriga/nvim-notify", name = "notify", lazy = true, config = function() require("notify").setup({ background_colour = "#7f849c" }) end, }