bakkeby / st-flexipatch

An st build with preprocessor directives to decide which patches to include during build time
MIT License
349 stars 108 forks source link

vim coc-explorar icon not showing properly #11

Open AtifChy opened 3 years ago

AtifChy commented 3 years ago

coc-explorer link https://github.com/weirongxu/coc-explorer image

AtifChy commented 3 years ago

this is how they should lookimage

bakkeby commented 3 years ago

Looking at https://github.com/AtifChy/st-atif/blob/main/config.h it looks like you are using Fira Code as your font whereas the CoC Explorer page suggests to use Nerd Font. Perhaps that might have something to do with it?

AtifChy commented 3 years ago

no that doesn't fix the problem

bakkeby commented 3 years ago

So ref. the screenshot where it allegedly displays correctly, what terminal is that from?

AtifChy commented 3 years ago

alacritty

bakkeby commented 3 years ago

And what font do you use for your alacritty terminal?

AtifChy commented 3 years ago

Fira Code https://github.com/ryanoasis/nerd-fonts/blob/master/patched-fonts/FiraCode/Retina/complete/Fira%20Code%20Retina%20Nerd%20Font%20Complete.ttf

bakkeby commented 3 years ago

So your actual problem is this: https://www.reddit.com/r/suckless/comments/jt90ai/update_support_for_proper_glyph_rendering_in_st/

meaning you need this commit: https://github.com/Dreomite/st/commit/e3b821dcb3511d60341dec35ee05a4a0abfef7f2

which you can get by enabling WIDE_GLYPHS_PATCH.

AtifChy commented 3 years ago

it doesn't fix the problem

bakkeby commented 3 years ago

Then you are out of luck.