ryanoasis / vim-devicons

Adds file type icons to Vim plugins such as: NERDTree, vim-airline, CtrlP, unite, Denite, lightline, vim-startify and many more
MIT License
5.66k stars 267 forks source link

Redundant spaces between NERDTree directory symbol and devicons directory icon #457

Open shayaniox opened 1 year ago

shayaniox commented 1 year ago

How can I remove these redundant spaces between NERDTree and devicons directory icons?

Requirements

Plugins:

Required Info

Optional Info

phaze-ZA commented 11 months ago

Might just need to check the nerdtree-plugin inside of vim-devicons. It checks if git plugin is enabled and pre-appends whitespace. Maybe try setting g:WebDevIconsNerdTreeGitPluginForceVAlign to false?

image