j-morano / buffer_manager.nvim

A simple plugin to easily manage Neovim buffers.
MIT License
232 stars 12 forks source link

Wrong ordering #37

Open strash opened 3 months ago

strash commented 3 months ago

order_buffers = "filename" doesn't order buffers by path.

I have hundreds of files with the same names and in this case it looks like unorganized chaos.

image

Please, consider sorting by full path instead of just the file name.

strash commented 3 months ago

Or maybe add another option order_bbuffers = "fullpath".

j-morano commented 1 week ago

You are right. I have to implement this.