stevearc / oil.nvim

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

feature request: parent directory as a column/vsplit #349

Open ariel-frischer opened 2 months ago

ariel-frischer commented 2 months ago

Did you check existing requests?

Describe the feature

Is it possible to have a ranger-like layout? Its nice to see parent directories and child files/dirs in a 3 column layout like ranger. Has anyone implemented something similar?

ranger-preview

Provide background

No response

What is the significance of this feature?

strongly desired

Additional details

No response

stevearc commented 2 months ago

Technically possible, would require some work. Not a priority for me, but I would be willing to review a PR that does this.

You could also check out mini.files, which exclusively uses this kind of view.