We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
the file tree should list file files first and directories last. it allows easier file access.
No response
The text was updated successfully, but these errors were encountered:
add feature request stevearc#169
4c4ad26
feat: api to sort directory contents (#169)
879d280
I've added an API for configuring the sort order. In your case you will want
require("oil").setup({ view_options = { sort = { { "type", "desc" }, { "name", "asc" }, } } })
Sorry, something went wrong.
No branches or pull requests
Did you check existing requests?
Describe the feature
the file tree should list file files first and directories last. it allows easier file access.
Provide background
No response
Additional details
No response
The text was updated successfully, but these errors were encountered: