You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some default icon symbols are not shown correctly in terminator terminal on linux.
For example, the markers for the folded tabs are: markers = { '', '' }, which doesn't even render correctly on github.
Similarly, the icons for many other symbols don't render correctly even on github.
The problem persists even in my terminal, and the default symbols look horrible.
Solution
I've found that simple Unicode characters are well supported, and work very well for common terimnal emulators on Linux, like terminator.
So I've modified the default settings to only use Unicode characters, and they seemed to work well.
Would it be possible to use such simple Unicode characters as the default, or at least, provide them as a fallback option, so the plugin works correctly out of the box?
Thanks!
The text was updated successfully, but these errors were encountered:
Hello,
I'm enjoying using the plugin.
Issue
Some default icon symbols are not shown correctly in terminator terminal on linux.
For example, the markers for the folded tabs are:
markers = { '', '' },
which doesn't even render correctly on github.Similarly, the icons for many other symbols don't render correctly even on github.
The problem persists even in my terminal, and the default symbols look horrible.
Solution
I've found that simple Unicode characters are well supported, and work very well for common terimnal emulators on Linux, like terminator.
So I've modified the default settings to only use Unicode characters, and they seemed to work well.
Would it be possible to use such simple Unicode characters as the default, or at least, provide them as a fallback option, so the plugin works correctly out of the box?
Thanks!
The text was updated successfully, but these errors were encountered: