Use of Outdated Glyphs
manuth opened this issue ยท 13 comments
logo-ls
currently uses outdated nf-mdi-*
glyphs which have, according to the nerdfont website, been removed.
These need to be migrated to be used with up-to-date nerd fonts
Not sure if this is the reason but I'm getting this even though I have changed many nerd fonts. This issue happens to logo-ls only. The icons display properly when I use lsd.
It occurs because you installed google-fonts and it can produce that wrong glyphs.
No I use nerd fonts from https://www.nerdfonts.com/
Downgrading Nerd Fonts is not a fix, tho ๐
As a fix, I'd rather recommend you to locally merge this Pull Request and build your own logo-ls
Ouch - now that's strange.
Did you merge PR #46?
Also - what version is your Nerd Font?
Did you merge PR #46?
I cloned your fork and compiled it as following:
go mod tidy
go build
Also - what version is your Nerd Font?
I just reinstalled JetBrains Nerd Font from the official site
It does work for me - even with the JetBrains Nerd Font enabled.
Be sure to check out the branch nerd-font-3
of my repository.
no worries, you're fine ๐
I'm glad I could help!