utilyre / barbecue.nvim

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

feat: preserve original icon when current buffer is modified #98

Open jugarpeupv opened 8 months ago

jugarpeupv commented 8 months ago

The idea is to show the modified icon inside the basename, so that the original filetype icon is preserved and not overwritten by the modified icon.

Original behavior:

image


New behavior:

image

This PR solves -> https://github.com/utilyre/barbecue.nvim/issues/97