-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
Airline line indicator symbol is empty / not found #100
Comments
Can you try https://github.com/ryanoasis/nerd-fonts/blob/master/patched-fonts/DejaVuSansMono/Regular/complete/DejaVu%20Sans%20Mono%20for%20Powerline%20Nerd%20Font%20Complete.ttf instead? I believe this is related to #92 (comment) |
@ryanoasis Its hex code is 2630 |
Thanks for the details. Looks like the characters in range So it looks like these were missing from the source font Nerd Fonts patches. This is not a bug with Nerd Fonts itself however we could make an improvement to patch in these missing glyphs if detected 😄 |
+1 😊 |
These are missing for some reason (along with many other glyphs that are in the Deja Vu Sans condensed). I have not attempted to fix all of them (that would take way too long) but I did copy these trigrams from the appropriate condensed version to the mono versions for now. I also updated Deja Vu fonts from version 2.33 to 2.37 (see deja vu changelog) |
Thanks 👍 I already use some alternative ways for missing glyps, so time is not problem 😊 |
What are the alternative ways you are using if you don't mind me asking? Fontconfig? |
I use |
Now really fixed for all fonts via #1125 |
This issue has been automatically locked since there has not been any recent activity (i.e. last half year) after it was closed. It helps our maintainers focus on the active issues. If you have found a problem that seems similar, please open a new issue, complete the issue template with all the details necessary to reproduce, and mention this issue as reference. |
environment
Hello,
A square character is appeared near line indicator, and I found g:airline_symbols.maxlinenr keeps that char and I am able to correct it from .vimrc, but I wonder why its default value is look like square.
That character is '☰'
The text was updated successfully, but these errors were encountered: