stevearc / oil.nvim

Neovim file explorer: edit your filesystem like a buffer
MIT License
3.83k stars 109 forks source link

feature request: Case insensitive sorting #422

Closed hertelukas closed 3 months ago

hertelukas commented 3 months ago

Did you check existing requests?

Describe the feature

I'm a bit confused that this hasn't been mentioned so far, so maybe I overlooked something.

oil sorts all uppercase files/folders in front of lower case ones. I'm not used to this and would like to change it, as I've never seen it like this before. I noticed that netrw has the same behavior, but after some quick googling, one can set vim.g.netrw_sort_options = "i", to ignore the case. However, this does not seem to affect oil. Is there a similar option?

Provide background

No response

What is the significance of this feature?

nice to have

Additional details

No response

hertelukas commented 3 months ago

Thank you guys!