summaryrefslogtreecommitdiff
path: root/lua/telescope/pickers.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/telescope/pickers.lua')
-rw-r--r--lua/telescope/pickers.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/lua/telescope/pickers.lua b/lua/telescope/pickers.lua
index 04b1ccf..2681c8b 100644
--- a/lua/telescope/pickers.lua
+++ b/lua/telescope/pickers.lua
@@ -126,7 +126,8 @@ function Picker:new(opts)
obj.scroller = p_scroller.create(
- get_default(opts.scroll_strategy, config.values.scroll_strategy)
+ get_default(opts.scroll_strategy, config.values.scroll_strategy),
+ obj.sorting_strategy
)
return obj