return { "rcarriga/nvim-notify", config = function() -- Replace vim.notify with this nvim-notify popups vim.notify = require("notify") end, }