Closed
Description
When using devicons where nerd font is not "mono", the glyphs overhang the next character. Because of this an extra space of padding is added. When using nvim-tree in a floating window with winblend(transparency), the glyphs will overhang the character from the underlying window.
Describe the solution you'd like
add opts.renderer.icons.padding to the padding.get_arrows function
Additional context
using default opts.renderer.icons.padding

using U+00A0 (NO-BREAK SPACE) as opts.renderer.icons.padding
