ranger.vim icon indicating copy to clipboard operation
ranger.vim copied to clipboard

Ranger icons not showing properly

Open solomonxie opened this issue 6 years ago • 5 comments

I'm using the plugin alexanderjeurissen/ranger_devicons for Ranger.

image

But when it comes to the Ranger.vim, icons are not showing properly.

image

Probably it's the NerdFont issue but I have no idea where to work on.

solomonxie avatar Feb 01 '19 06:02 solomonxie

Are you using OSX?

neumachen avatar Feb 16 '19 19:02 neumachen

Are you using OSX?

Yes i'm using MacOS 10.12 Sierra. My terminal is iTerm2 with Nerd font.

solomonxie avatar Feb 17 '19 01:02 solomonxie

@solomonxie it's most likely because your iTerm font is not using Nerd Font or your Nerd Font is not patched.

neumachen avatar Feb 17 '19 01:02 neumachen

@solomonxie it's most likely because your iTerm font is not using Nerd Font or your Nerd Font is not patched.

Thanks for reply, yes I guess it might be the answer. I'm using Nerd font on iTerm2, but except Droid Sans Mono Nerd Font I can't use any others for proper display.

image

solomonxie avatar Feb 17 '19 02:02 solomonxie

I ran to the same problem, just to add export LC_ALL="en_US.UTF-8" to ~/.zshrc to solve the problem.

windvalley avatar May 15 '21 15:05 windvalley