Replies: 1 comment
-
opts.matcher.sort_empty = true |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
👋🏼,
I'm trying to tweak the
files
picker to provide a initial result sorted by the proximity to the current buffers path. The aim is to be able to open sibling files quickly, rather than having to fuzzy find.I have tried the following:
filter
: This allows me to filter out items.format
: This allows me to change the formatting for an individual item.sort
: This only triggers when inputting text.Any pointers would be greatly appreciated. 🙏🏼
Beta Was this translation helpful? Give feedback.
All reactions