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