-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some icons are only partially rendered #200
Comments
Issue-Label Bot is automatically applying the label Links: app homepage, dashboard and code for this bot. |
Should be the problem of your font or terminal |
Thank you changing the font size fixed the issue! |
I think this has to to do with "full width" / "double width" fonts and some terminals (e.g. st). Because it's working with nerd tree, there might be a way to improve this. Nerd TreeThere are also options in that regard: coc-explorerwith Nerd Fontwith Dev Icons |
@andys8 This question is related to ryanoasis/vim-devicons#133 |
guys, I got the same problem, fixed by using the font downloaded in https://github.com/ryanoasis/nerd-fonts/releases/tag/v2.1.0 by the way, I'm using arch + dwm + st + neovim, maybe the problem is platform irrelevant and can be fixed by using the right font |
Description of issue
I am using neovim v0.4.3-3 on Arch Linux.
With both vim devicons and Nerd Fonts installed some icons are not rendered properly specially the ones which are wider probably due to less character space assigned for icons. I only observed this issue with icons for C programs and header files for now.
I have tried both
explorer.icon.enableVimDevicons": true
andexplorer.icon.enableNerdfont": true
in coc-settings.json and in both cases this issue was observed.Here's a screenshot of the issue:-
This is the explorer section of my coc config:-
The text was updated successfully, but these errors were encountered: