-
Notifications
You must be signed in to change notification settings - Fork 40
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
Can't render indicator_info and status_symbol with Nerd Font #23
Comments
Interesting, thanks for the report! What terminal emulator are you using? Typically, having a Nerd Font/Font Awesome and a terminal emulator that does font fallback appropriately should work (for instance, I use JetBrains Mono, but have Nerd Fonts installed that my terminal emulator - |
I tried with alacritty and st, for which I have never had any issue with nerd fonts... This is weird ! |
Hmm. Yeah, I don't see a way to debug font fallback with Unfortunately, this might be worth asking about on the |
Also, could you please post the substitute characters you found that do work for you? I'd like to add them to the docs as alternatives for other people with the same issue. Finally, could you please try installing Font Awesome manually, just in case that makes fallback work as we'd hope? |
Sorry for the late response, I am using nf-mdi-information (you can check here) for indicator_info, and for lsp_status, I still don't know since I don't know what the original symbol looks like... I was thinking, do you have the name of the symbols you are using on the nerdfont cheetsheat ? I can use any symbol I tried from there, so I could try to copy-paste it in my terminal to see what happens |
The default error symbol is 0xf05e, the default warning symbol is 0xf071, the default info symbol is apparently 0x0001f6c8 (this one seems to not show up as expected in the Nerd Font search...), and the default hint symbol is 0x2757. |
The problem must be with nerd font then, this is the icon that can not render properly... I tried installing Font Awesome (Font Awesome 5 Free Regular), but I got similar results. |
I have exactly the same issue with JetBrains and NerdFont and Alacrity 😞️ Is there any way to use lsp-status without nerd font? Thanks! |
@quolpr: I haven't been able to figure out why this issue is happening, but you should be able to change the statusline symbols as a workaround. |
For status_symbol and indicator_hint, you can install google-noto-emoji. |
@zeroqn Thanks, I added a note in the README. |
Hi !
For some reason, indicator_info and status_symbol are not rendered correctly. I am using FiraCode Nerd Font, and I tried with Hack Nerd Font also. I know I can change the symbols, I just thought it may be worth mentionning. Is there a special font to install ?
The text was updated successfully, but these errors were encountered: