j-morano/buffer_manager.nvim

Wrong ordering

Opened this issue · 2 comments

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.

Or maybe add another option order_bbuffers = "fullpath".

You are right. I have to implement this.