ets-labs / python-vimrc

VIM Configuration for Python / Cython / C Development
BSD 3-Clause "New" or "Revised" License
652 stars 343 forks source link

I have this issue of missing right(left) triangle on the highlighted filename #37

Closed andersonrobot closed 5 years ago

andersonrobot commented 5 years ago

There are highlighted filename on the top left windows, and on the bottom left, and on the top right and on the bottom right, but the arrows are missing, instead of the arrows, there are or on it. Why?

andersonrobot commented 5 years ago

Oh, the OS is macOS mojave. vim installed from Homebrew, version is 8.1, with Python 3.7 also comes with Homebrew.

andersonrobot commented 5 years ago

Never mind, I just put the following line in comment to dissolve the mis-coded rectangles / arrows. " let g:airline_powerline_fonts=0

rmk135 commented 5 years ago

Hi @JohnConstantine2005 ,

The issue that you were facing is related to that you don't have Powerline fonts been installed. I would recommend you to install them to you system and make sure that terminal uses one of them.

Powerline fonts could be found here - https://github.com/powerline/fonts

PS: I personally use iTerm2 with Meslo LG S DZ Regular for Powerline 14pt.

Thanks, Roman

rmk135 commented 5 years ago

Closing this issues, but, please, feel free to reopen / post here if needed.