Closed
Description
First of all, thank you very much for your great work, this plugin is awesome!
My issue is that even when I set the icon to be an empty string, like the example below (lua config), the tree still renders the icon padding.
git = {
unstaged = '•',
staged = '•',
unmerged = '',
renamed = '➜',
untracked = '',
deleted = '',
ignored = '',
},
For the example above, the deleted
and ignored
are set as empty string, but the padding still renders.
The tags
file is ignored by .gitignore, and the icon padding is rendered, as the image shows, making it misaligned with the other files.
In my opinion, the expected behavior should be to act as there were no icon, and skip the icon rendering altogether.
Metadata
Metadata
Assignees
Labels
No labels