SmiteshP / nvim-navbuddy

A simple popup display that provides breadcrumbs feature using LSP server
Apache License 2.0
762 stars 30 forks source link

Add space after branch icon #74

Closed MartyBeGood closed 1 year ago

MartyBeGood commented 1 year ago

The leaf_selected icon does this and without it, only half of this double-width character gets highlighted when you select its line. It wastes a tiny bit of horizontal space (that wasn't used by the line selection highlight anyway), but it looks so much better with it.

With the space: image image

Without the space: image image

SmiteshP commented 1 year ago

This is very dependent on the font and terminal one is using. The current default settings look fine to me, but of course users can make changes while setup function if its looking misaligned to them.