local trouble = require("trouble.providers.telescope") require('telescope').setup { defaults = { layout_strategy = 'flex', layout_config = { flex = { flip_columns = 144 } }, mappings = { i = { [""] = trouble.open_with_trouble }, n = { [""] = trouble.open_with_trouble }, }, }, }