vim-devicons
vim-devicons copied to clipboard
Redundant spaces between NERDTree directory symbol and devicons directory icon
How can I remove these redundant spaces between NERDTree
and devicons
directory icons?
Requirements
Plugins:
- Nerdtree
- vim-devicons
- Xuyuanp/nerdtree-git-plugin
Required Info
- [x] I have searched the issues for my issue and found nothing related and/or helpful
- [] I have read or at least glanced at the FAQ
- [x] I have read or at least glanced at the Wiki
- [x]
VimDevIcons
is the last loaded vim plugin? - [x] What version of vim are you using? 8.1
- hint:
vim --version
- hint:
- [x] What font are you using? cascadia nerdfont
- [x] Are you using vim from the terminal or a GUI vim? terminal
- [x] Are you using Mac, Linux or Windows? Linux
Optional Info
- [x] Provide screenshots where appropriate
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?