Skip to content

Commit 999c867

Browse files
fix(telescope): pass correct file sorter (close #481)
1 parent 3a7eecb commit 999c867

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lua/telescope/_extensions/rest.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ local function rest_env_select(_)
4343
return true
4444
end,
4545
previewer = conf.file_previewer(opts),
46+
sorter = conf.file_sorter(opts),
4647
})
4748
:find()
4849
end

0 commit comments

Comments
 (0)