-
-
Notifications
You must be signed in to change notification settings - Fork 629
Closed
Labels
PR pleasenvim-tree team does not have the bandwidth to implement; a PR will be gratefully appreciatednvim-tree team does not have the bandwidth to implement; a PR will be gratefully appreciatedQOLQuality Of Life ImprovementQuality Of Life Improvementfeature request
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

Metadata
Metadata
Assignees
Labels
PR pleasenvim-tree team does not have the bandwidth to implement; a PR will be gratefully appreciatednvim-tree team does not have the bandwidth to implement; a PR will be gratefully appreciatedQOLQuality Of Life ImprovementQuality Of Life Improvementfeature request