mirror of
https://github.com/zoriya/telescope.nvim.git
synced 2026-05-29 09:22:09 +00:00
temp: limit requests for live grep
This commit is contained in:
@@ -70,7 +70,7 @@ builtin.live_grep = function(opts)
|
||||
return flatten { vimgrep_arguments, prompt }
|
||||
end,
|
||||
opts.entry_maker or make_entry.gen_from_vimgrep(opts),
|
||||
opts.max_results
|
||||
opts.max_results or 1000
|
||||
)
|
||||
|
||||
pickers.new(opts, {
|
||||
|
||||
Reference in New Issue
Block a user