We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f68fde commit b7fd9efCopy full SHA for b7fd9ef
1 file changed
lua/opencode/ui/base_picker.lua
@@ -245,7 +245,11 @@ local function mini_pick_ui(opts)
245
end
246
247
mini_pick.start({
248
- window = opts.width and { config = { width = opts.width } } or nil,
+ window = opts.width and {
249
+ config = {
250
+ width = opts.width + 2, -- extra space for mini.pick UI
251
+ },
252
+ } or nil,
253
source = {
254
items = items,
255
name = opts.title,
0 commit comments