return { { "rcarriga/nvim-notify", event = "VeryLazy", config = function() vim.notify = require("notify") end, }, { "nvim-telescope/telescope.nvim", dependencies = { "rcarriga/nvim-notify" }, keys = { { "fn", "Telescope notify", desc = "Notifications" }, }, config = function() require("telescope").load_extension("notify") end, }, }