utilyre / barbecue.nvim

Visual Studio Code inspired breadcrumbs plugin for the Neovim editor
MIT License
802 stars 35 forks source link

[FEAT]: Don't resolve paths to symlinked folders #85

Open UtkarshVerma opened 1 year ago

UtkarshVerma commented 1 year ago

Requirements

Problem

I have my notes at ~/notes which are symlinked to an NTFS SSD. When I open my notes, the breadcrumbs show the path to the SSD. It looks a bit weird as it was ~/notes which I opened and not the SSD path.

Solution Suggestion

The solution would be not to resolve the symlink of the CWD.

image

So in the image, instead of the full SSD path, the breadcrumbs should show:

notes > personal > index.norg

Workaround

No response