-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Description
🗹 Requirements
- I have searched the issues for my issue and found nothing related and/or helpful
- I have searched the FAQ for help
- I have searched the Wiki for help
🎯 Subject of the issue
Experienced behavior:
== sign not displaying properly with FiraCode Nerd Font Mono Medium. Few days ago ( Saturday or Sunday ) I updated the Fira Code Nerd Font. Before that everything was displaying correctly.
Expected behavior:
Expect to display properly as with original Fira Code Medium or FiraCode Nerd Font Medium.
If I use FiraCode Nerd Font Medium or Fira Code Medium than icons in vim are clipped.
So if you can please fix the == sign or revert to the patch from 9 days ago, when all was good.
Example symbols:
🔧 Your Setup
-
Which font are you using (e.g.
Anonymice Powerline Nerd Font Complete.ttf)?-
Please give the full filename
Fira Code Medium Nerd Font Complete Mono.ttf -
Where did you get the file from (download link, self patched, source downloaded from link...)
https://github.com/ryanoasis/nerd-fonts/tree/master/patched-fonts/FiraCode
-
-
Which terminal emulator are you using (e.g.
iterm2,urxvt,gnome,konsole)?
st terminal with ligatures patch -
Are you using OS X, Linux or Windows? And which specific version or distribution?
Linux - Manjaro XFCE
★ Screenshots (Optional)
st call inside config.h
static char *font = "FiraCode Nerd Font:style=Medium:size=12:antialias=true:autohint=true";
st call inside config.h
static char *font = "FiraCode Nerd Font Mono:style=Medium:size=12:antialias=true:autohint=true";