-
Notifications
You must be signed in to change notification settings - Fork 190
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Git Staged symbol missing #305
Comments
ttf-hack-nerd 3.0.2-2 hasn't yet been released for arch linux, so I can't test. Can you please try a previous version or different font? This does not appear to be an nvim-tree issue. |
I have 3.0.2-1 installed, 3.0.2-2 was thet versions of nerd font symbols pacman -Q |grep nerd |
I've never actually used
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
...
<alias>
<family>monospace</family>
<prefer>
<family>Hack Nerd Font Mono</family>
</prefer>
</alias>
...
</fontconfig> Alacritty is using the default monospace # Font configuration
#font:
# Normal (roman) font face
#normal:
# Font family
#
# Default:
# - (macOS) Menlo
# - (Linux/BSD) monospace
# - (Windows) Consolas
#family: monospace
# The `style` can be specified to pick a specific face.
#style: Regular I did try installing the symbols however didn't see any change. I don't think I am replicating this correctly.
Both alacritty and xterm functioned as expected. Please share you terminal/font config so that we can investigate. |
Hi i am using kitty and have installed this fonts: This is the font config part of kitty, everything else font related is default. ##font_family BitstromWera Nerd Font Mono font_family Hack Nerd Font Mono Normally i use Bitstrom, but with above config same behaviour. |
Installed kitty and set:
Git symbols display as expected. Sorry mate, I can't help you here. I suggest you contact kitty. It might be useful to share your |
Description
Following glyphs are not matching nerd font 3.0.2-2 ?
I think it is related to this issue: ryanoasis/nerd-fonts#1190
Neovim version
Operating system and version
Linux 6.5.3-arch1-1
nvim-tree version
a3aa3b4
Clean room replication
Steps to reproduce
Expected behavior
Should get git status icons before files
Actual behavior
Icons not displayed, just []
The text was updated successfully, but these errors were encountered: