return { { "folke/noice.nvim", event = "VeryLazy", dependencies = { "MunifTanjim/nui.nvim", "rcarriga/nvim-notify", }, config = function() require("noice").setup({ notify = { enabled = false, }, messages = { enabled = false, }, }) end }, }