return {
"rcarriga/nvim-notify",
config = function()
require("notify").setup(require "config.notify")
vim.notify = require "notify"
end,
}