utilyre / barbecue.nvim

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

[FEAT]: Some attempts and suggestions for a couple of new features #101

Open NGPONG opened 6 months ago

NGPONG commented 6 months ago

Requirements

Problem

hi @utilyre , great plugin!

To optimize the experience even more, I've added two new features that support configuration items

  1. context_suffix

context is too close to the border by default!

屏幕截图 2024-03-06 003203

So I added a config item to change this behavior to more closely match the vscode experience, as shown below:

屏幕截图 2024-03-06 003359

  1. diricon

We can add more color to dirname as shown below:

屏幕截图 2024-03-06 003019

What do you think of these new features, I don't mean any offense and I respect your opinion, so before I start I would like to ask for your opinion and if you think it's appropriate I can start a pr

Solution Suggestion

...

Workaround

No response