feat(pickers): allow the scrolling limit to be configured#3471
feat(pickers): allow the scrolling limit to be configured#3471davvid wants to merge 2 commits intonvim-telescope:masterfrom
Conversation
alerque
left a comment
There was a problem hiding this comment.
Should this option be documented somewhere?
Promote the "temp__scrolling_limit" option into an officially supported configuration field that controls the number of results displayed by pickers. Closes: nvim-telescope#2779
a559019 to
2e0893d
Compare
|
@alerque thanks for considering this enhancement. I rebased and added a commit that documents this option. Let me know if there's a better place to document it. BTW, from re-reading the code, it could be argued that I can add another commit to rename the field if this is being considered for merging and you agree that it's worth changing that detail. The current name came from removing the |
Promote the "temp__scrolling_limit" option into an officially supported
configuration field that controls the number of results displayed by pickers.
Closes: #2779