neovide: Devicons don't load or render, despite font having them available
Describe the bug Devicons don’t render even though the font supports it.
To Reproduce Font is Fira Code, h16. Other font sizes don’t work either
Expected behavior Web devicons and similar should render properly. See goneovim, on the left; neovide on the right.
Screenshots
Desktop (please complete the following information):
- OS: W10
- Neovide Version 0.7.0
- Neovim Version: NVIM v0.6.0-dev+65-g46009499a
Please run neovide --log
and paste the contents of the .log
file here:
Tried to paste log contents, github didn’t like newline characters. For brevity, full log here:
neovide_rCURRENT.log
About this issue
- Original URL
- State: closed
- Created 3 years ago
- Reactions: 2
- Comments: 21 (9 by maintainers)
Love that
set guifont=*
is already useful 😃@yetone For me it was just my own incorrect specifications of the font. Id suggest the following first:
Edit: An important difference here is that, while “FiraCode” is the original font name, Fira Code NF is the patched version for some reason. I believe that this was where I messed up.
@dartacao sounds like the problem is fixed. Please reopen if I’ve misunderstood.
Hah, I was just going to post this…