flutter-tools.nvim icon indicating copy to clipboard operation
flutter-tools.nvim copied to clipboard

[Feature request] Disable icons for outline

Open mizlan opened this issue 4 years ago • 6 comments

Hi! Is there a way to disable icons for the outline? I'm not using a nerd font with those glyphs.

mizlan avatar Aug 21 '21 23:08 mizlan

Nope there currently isn't a way to do that, It's possible but would require a bit of a refactor to do so will have to wait till I have free time or if someone else contributes the change

akinsho avatar Aug 22 '21 09:08 akinsho

I can take a shot at it. Would it really require a decent refactor? On paper it seems simple enough.

mizlan avatar Aug 22 '21 16:08 mizlan

Maybe a suitable alternative would be to pick some Unicode alternatives, maybe shapes. In that case that would just be a matter of using a different icons table.

mizlan avatar Aug 22 '21 16:08 mizlan

@mizlan I'd rather not change the experience for anyone already using the plugin. It might not be a big refactor but it will take a little more than a single conditional since each icon is also highlighted so the icon highlights will need to be disabled as well

akinsho avatar Aug 22 '21 17:08 akinsho

I'd also rather avoid alternate tables or anything like that

akinsho avatar Aug 22 '21 17:08 akinsho

For sure. It was more of a thing that I could do locally to avoid seeing weird Arabic/Chinese/question mark-characters on my end!

On Sun, Aug 22, 2021 at 10:07 AM Akin @.***> wrote:

I'd also rather avoid alternate tables or anything like that

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/akinsho/flutter-tools.nvim/issues/90#issuecomment-903299972, or unsubscribe https://github.com/notifications/unsubscribe-auth/AKSBU2NJIYGE75Z4B2GCRE3T6EVFBANCNFSM5CSKIACA .

mizlan avatar Aug 22 '21 17:08 mizlan