Yash-Handa/logo-ls

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

I'm getting this behavior but I'm not sure if it is related to the issue above:
image

PS: is still this repository maintained?

pi9x commented

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.

image

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.

image

It occurs because you installed google-fonts and it can produce that wrong glyphs.

pi9x commented

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.
image

It occurs because you installed google-fonts and it can produce that wrong glyphs.

No I use nerd fonts from https://www.nerdfonts.com/

orhnk commented

Have a look at here

manuth commented

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

manuth commented
orhnk commented

image

:/

manuth commented

Ouch - now that's strange.
Did you merge PR #46?
Also - what version is your Nerd Font?

orhnk commented

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

manuth commented

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.

orhnk commented

Somehow I did clone the original repo?!?
Nvm thanks for the fast response and sorry.

Here:

image

manuth commented

no worries, you're fine ๐Ÿ˜„
I'm glad I could help!