jesseduffield / lazygit

simple terminal UI for git commands
MIT License
51.61k stars 1.81k forks source link

custom commits icons #3585

Open sineptic opened 4 months ago

sineptic commented 4 months ago

Description

In config documentation no description how to change commit graph icons. My font display those symbols bad and I want to change it.


I think this is bug, because it's expected behavior.

tzhouhc commented 4 months ago

Are you perhaps using a version of NerdFont downloaded/patched from a while ago? Nerdfont released a new major version since, which deprecated a number of old glyph points and would cause them to look weird in apps that have adopted the new version, so your options might include (assuming that was the issue):

  1. in your config.yml, modify git.nerdFontsVersion to "2" instead
  2. Download latest version of font or repatch.
sineptic commented 4 months ago
  1. I think you want say gui.nerdFontsVersion
  2. It don't change icons in this section.
  3. My font is up to date.
tzhouhc commented 4 months ago

Oops, I did indeed! If that wasn't the issue then I've no idea.