-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Floor symbos are swapped. #1559
Comments
I don't think FiraCode has defined these glyphs (U+230A and U+230B) - at least, I can't see them in the source. So it's interesting that you're getting them from another font. But which font has them defined this way? Is it possible that the 'nerd-ization' has added them? But FiraCodeNerdFont-Light doesn't have these characters either... I can only find one font that has them reversed - FreeSans. A Source Code Pro user raised the same issue - adobe-fonts/source-code-pro#295 - but that font doesn't have the glyphs either.... 🤔 |
@cormullion the FiraCode font (without Nerd Fonts) also has this problem, so that's not it. Source Code Pro also has this issue. DejaVu Sans Mono works as intended. |
FiraCode and Source Code Pro do not contain U+230A/U+230B glyphs. That means that neovim shows you glyph from some other fallback font. Check your other fonts. |
See neovim/neovim#26261.
I have alacritty and FiraCode NerdFont as my terminal font.
In neovim, when using the conceal feature (it displays symbols instead of the actual text), the symbols for left floor and right floor are swapped.
The problem disappears if I change to DejaVu Sans Mono.
The text was updated successfully, but these errors were encountered: