utilyre / barbecue.nvim

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

fix: skip basename entry if buffer is directory #91

Closed ArtAndreev closed 1 year ago

ArtAndreev commented 1 year ago

If a buffer is a directory, barbecue should omit the basename (filename) entry, so the look will be cleaner.

I use oil.nvim, so without fix winbar is:

image

With fix entry with empty filename is removed:

image
utilyre commented 1 year ago

Thanks!