kawre / leetcode.nvim

A Neovim plugin enabling you to solve LeetCode problems.
MIT License
654 stars 34 forks source link

Which kind of nerd font is the suit one? #98

Closed zpershuai closed 1 month ago

zpershuai commented 1 month ago

My environment is Item2 and I use the SauceNerdFont, some icon are not right use this kind of font. Kind of like this:

image image
kawre commented 1 month ago

Is your nerdfont up to date?

zpershuai commented 1 month ago

I got the reason, some icon are used the double-width, and this is a bug of Iterm2 3.4.23, not support the double-width nerd icon, they fix in their debug version. now I use the 3.5.0beta25 (OS 10.15+). It's ok.

image

but there's still a bug of Iterm2. when I use Iterm2 ssh to login another PC(with the same nvim configuration), the icon is still not right. I shoule open a issue for the Iterm2.

image

Thank you, you can close this issue.

zpershuai commented 1 month ago

And I wanna say if it’s convient to change the double-width icons to mono-width one? I use a application named ISH on my IPAD appeard the same issue. If it’s OK, I thought I can fix it.