-
Notifications
You must be signed in to change notification settings - Fork 1.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
Include "CN" column number symbol #291
Comments
You don't "need" it. But, it is nice to have. Having said that, there is an option, at least with Check out the documentation on |
Yes, I know. Although it is not as you say, since vim (in console) can have only one active font. What you can do is to configure airline to use a different symbol for colnr. |
Did you check out the Nerd Font website? They take fonts and add the Powerline symbols to them. I prefer Microsoft's Cascadia Code, for example, and Nerd Font patched the font with the Powerline symbols and called it Kaskadia Cove. I beleieve they've done the same with SourceCode Pro. Other fonts they've patched are FiraCode and Hasklig, among many others. |
@ogarcia I’ll add this in the next revision. |
If you use vim with airline and powerline enabled you need a "CN" symbol at U+E0A3 like the "LN" symbol.
Sample: https://github.com/ryanoasis/powerline-extra-symbols/blob/master/img/fontforge.png
Code: https://github.com/vim-airline/vim-airline/blob/master/doc/airline.txt#L397
Could this be added to Source Code Pro?
The text was updated successfully, but these errors were encountered: