pwntester / octo.nvim

Edit and review GitHub issues and pull requests from the comfort of your favorite editor
MIT License
2.28k stars 125 forks source link

fix!: use new glyphs for Nerd-Fonts v3 #393

Closed delphinus closed 1 year ago

delphinus commented 1 year ago

Describe what this PR does / why we need it

This branch uses new codepoints for Nerd-Fonts v3. Without this, you see strange icons with the latest Nerd-Fonts.

See https://github.com/ryanoasis/nerd-fonts/releases/tag/v3.0.0

(edited) To make sure, I made diff in errorformat.

lua/octo/config.lua:10:20: (U+F651) => 󰅒 (U+F0152)
lua/octo/utils.lua:16:25: (U+F527) => 󰀨 (U+F0028)
lua/octo/utils.lua:17:22:﫟 (U+FADF) => 󰗠 (U+F05E0)
lua/octo/utils.lua:18:24: (U+F62F) => 󰄰 (U+F0130)

Does this pull request fix one issue?

Describe how you did it

Describe how to verify it

Special notes for reviews

pwntester commented 1 year ago

Thanks!