File order management #1935
Unanswered
AntHill012
asked this question in
Q&A
Replies: 0 comments
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.
-
Hi everyone,
I’m new to using and configuring Neovim, and I’m trying to create a custom file ordering option. I’ve noticed that when Neotree orders files like file1, file2, etc., it doesn’t behave as I’d like. For example, if I have a file named file10 in the same directory, the order displayed is: file1, file10, file2, and so on.
From the documentation and help resources I’ve checked, there are several ways to order files, but none of them solve my specific issue. Is there a way to add a new file order option in my Neovim configuration to achieve a "natural sort" order (e.g., file1, file2, file10)?
Any guidance or examples would be greatly appreciated!
Beta Was this translation helpful? Give feedback.
All reactions