diff --git a/lua/telescope/make_entry.lua b/lua/telescope/make_entry.lua index 64993df..43810f2 100644 --- a/lua/telescope/make_entry.lua +++ b/lua/telescope/make_entry.lua @@ -413,7 +413,7 @@ function make_entry.gen_from_quickfix(opts) { remaining = true }, } if hidden then - items[1] = 8 + items[1] = { width = 8 } end if not show_line then table.remove(items, 1)