francoiscabrol / ranger.vim

Ranger integration in vim and neovim
669 stars 58 forks source link

Ranger icons not showing properly #74

Open solomonxie opened 5 years ago

solomonxie commented 5 years ago

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.

neumachen commented 5 years ago

Are you using OSX?

solomonxie commented 5 years ago

Are you using OSX?

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

neumachen commented 5 years ago

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

solomonxie commented 5 years ago

@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

windvalley commented 3 years ago

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