Hajime-Suzuki / vuffers.nvim

a neovim plugin that creates a vertical split window to help you manage and navigate your buffers more efficiently
47 stars 1 forks source link

feat: show parent folder #21

Closed Hajime-Suzuki closed 1 year ago

Hajime-Suzuki commented 1 year ago

This PR adds incrementing the additional folder depth, which allows the user to see more of the file path.

For example, if the current file is located at a/b/c/something.json, something is displayed. Incrementing the additional folder depth will display the parent folder in the file name, such as c/something

It's important to note that this change does not affect the sort order, which is still based on the unique filename (something in this case). Additionally, the project now also supports decrementing the additional folder depth.