local Plugin = {'folke/trouble.nvim'} function Plugin.config() local trouble = require('trouble') trouble.setup() end return Plugin