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 a559019 commit f691a4aCopy full SHA for f691a4a
lua/telescope/pickers.lua
@@ -324,7 +324,7 @@ function Picker:new(opts)
324
325
cache_picker = config.resolve_table_opts(opts.cache_picker, vim.deepcopy(config.values.cache_picker)),
326
327
- scrolling_limit = tonumber(vim.F.if_nil(opts.scrolling_limit, 250)),
+ scrolling_limit = tonumber(vim.F.if_nil(opts.scrolling_limit, 500)),
328
329
__locations_input = vim.F.if_nil(opts.__locations_input, false),
330
}, self)
0 commit comments