Sirs,
I am using URXVT and I have a problem with nvim and the terminal.
When I make the font size 13 higher, the icons and symbols appear on the screen, however when I reduce the font to size 8 (which I prefer to use) the icons and symbols disappear and remain a square in place.
I was using the FiraCode font, but I had to switch to the JetBrainsMono font for the sake of using Neovim with NVCHAD (
github.com
).
How can I resolve this? leave the font size 8 and with all the icons showing.
Below Urxvt terminal font config line
I changed it to:
Attached is an image of what the TERMINAL and NVIM look like.
I am using URXVT and I have a problem with nvim and the terminal.
When I make the font size 13 higher, the icons and symbols appear on the screen, however when I reduce the font to size 8 (which I prefer to use) the icons and symbols disappear and remain a square in place.
I was using the FiraCode font, but I had to switch to the JetBrainsMono font for the sake of using Neovim with NVCHAD (
GitHub - NvChad/NvChad: Blazing fast Neovim config providing solid defaults and a beautiful UI, enhancing your neovim experience.
Blazing fast Neovim config providing solid defaults and a beautiful UI, enhancing your neovim experience. - GitHub - NvChad/NvChad: Blazing fast Neovim config providing solid defaults and a beautif...
How can I resolve this? leave the font size 8 and with all the icons showing.
Below Urxvt terminal font config line
URxvt.font: xft:FiraCode\ Nerd\ Font\ Mono:style=Retina:size=8,xft:Symbols\ Nerd\ Font\ Mono:syle=2048-em:size=8
I changed it to:
URxvt.font: xft:JetBrainsMono\ Nerd\ Font:size=8,xft:Symbols\ Nerd\ Font\ Mono:syle=2048-em:size=8
Attached is an image of what the TERMINAL and NVIM look like.