jordwalke / VimBox

Simple, Modern MacVim Configuration
MIT License
916 stars 70 forks source link

Question mark characters #30

Closed apucacao closed 8 years ago

apucacao commented 8 years ago

Hey all,

Thanks for VimBox! I'm just now trying to get back into using vim to see what's changed.

I followed the README, but I just noticed that there are several weird characters in the status line:

ld-launched-bulk-targeting md__dropboxdrafts_-_vim_2016-10-27_09-59-46

Any idea what those are?

Thanks,

Alexis

jordwalke commented 8 years ago

This is using vim-airline, which expects that you use patched fonts by default. VimBox includes them and the installation instructions have a step which would enable them.

jordwalke commented 8 years ago
screen shot 2016-10-27 at 1 57 18 pm

With the fonts, it looks awesome like this. It would be great if someone would send a PR that detects if the user is using a guifont that supports airline arrow symbols and then automatically turns on the arrows based on that.

jordwalke commented 8 years ago

Reopen if needed.