-
Notifications
You must be signed in to change notification settings - Fork 10
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
symbols removed from nerdfonts #51
Comments
I guess it's the hidden symbol that's missing, try to set this in your config (and choose a symbol you like instead of require 'jabs'.setup {
symbols = {
hidden = "H",
},
} |
thanks jeff-dh for the quick reply.
so when my terminal is using robotomono nerd font and the symbol is not available, it uses the old symbols nfm font as fallback |
I just installed the plugin myself and see only little squares in the first column. In some article it was mentioned that nerd-fonts < 3.0 used a certain set of codepoints that was reserved for other purposes and is now discarded from the library. UPDATE: I looked for a "hidden" icon with the search function of nerdfonts website and copied the icon-symbol (utf: f0613) I followed the instruction above and pasted the symbol in place of the H-char. Now it works :) I also tried to insert the UTF-literal instead of the icon-symbol but that was not easy with the Lua syntax, I gave up. |
it seems like those missing symbols got removed from nerdfonts with an update. is there a fix for this?
The text was updated successfully, but these errors were encountered: