return { "folke/trouble.nvim", cmd = { "Trouble", "TroubleToggle" }, config = function() require("plugins.trouble") require("trouble").setup() end, }