Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

picker: add sort option (#11021) #11034

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ArchUsr64
Copy link
Contributor

Closes #11021
As of now only an option to toggle sorting has been added.
TBD: Parallel traversal should be used if sorting is disabled

@kirawi kirawi added the A-helix-term Area: Helix term improvements label Jun 29, 2024
@janos-r
Copy link
Contributor

janos-r commented Sep 16, 2024

This looks good, why is it still a "draft"?

@@ -195,6 +195,8 @@ pub struct FilePickerConfig {
/// Enables reading `.git/info/exclude` files.
/// Whether to hide files listed in .git/info/exclude in file picker and global search results. Defaults to true.
pub git_exclude: bool,
/// Weather to sort picker entries by file name. Defaults to true.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

*Whether

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-helix-term Area: Helix term improvements
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add option to disable sorting for file picker
4 participants