From 440ace7b47f5e05f20cb681143416a9442d5d051 Mon Sep 17 00:00:00 2001 From: Cameron Ring Date: Fri, 7 Nov 2025 12:53:39 -0800 Subject: [PATCH] fix(telescope): AM/PM were being cut off --- lua/opencode/ui/base_picker.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/opencode/ui/base_picker.lua b/lua/opencode/ui/base_picker.lua index d23ada01..06f900fa 100644 --- a/lua/opencode/ui/base_picker.lua +++ b/lua/opencode/ui/base_picker.lua @@ -105,7 +105,7 @@ local function telescope_ui(opts) finder = finders.new_table({ results = opts.items, entry_maker = make_entry }), sorter = conf.generic_sorter({}), layout_config = opts.width and { - width = opts.width + 4, -- extra space for telescope UI + width = opts.width + 7, -- extra space for telescope UI } or nil, attach_mappings = function(prompt_bufnr, map) actions.select_default:replace(function()