We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aea457a commit 5f89345Copy full SHA for 5f89345
lua/opencode/ui/base_picker.lua
@@ -105,7 +105,7 @@ local function telescope_ui(opts)
105
finder = finders.new_table({ results = opts.items, entry_maker = make_entry }),
106
sorter = conf.generic_sorter({}),
107
layout_config = opts.width and {
108
- width = opts.width + 4, -- extra space for telescope UI
+ width = opts.width + 7, -- extra space for telescope UI
109
} or nil,
110
attach_mappings = function(prompt_bufnr, map)
111
actions.select_default:replace(function()
0 commit comments