francoiscabrol/ranger.vim

Ranger icons not showing properly

Opened this issue · 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.

Are you using OSX?

Are you using OSX?

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

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

@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

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