vim-bufferline
vim-bufferline copied to clipboard
Show short path instead of filename only?
How can we display buffer with its short path like: ~/.con/nv/pa/d/s/vi/README.md (as full path of ~/.config/nvim/pack/default/start/vim-bufferline) instead of display only file name README.md?
this is because we can have multiple buffers with same filename, and showing path as above will help distinguish buffers better.
How can we achieve this?