qvacua / vimr

VimR — Neovim GUI for macOS in Swift
https://twitter.com/VimRefined
MIT License
6.65k stars 218 forks source link

How to set it up with Powerline fonts ? #802

Open alex-shamshurin opened 4 years ago

alex-shamshurin commented 4 years ago

I have installed some fonts from powerline, but still do not see them in the list via gui. The classical way via set guifont is not accessible.

gpmcadam commented 4 years ago

You'll have to wait for #792 to make it in as I think that will let you choose any font, not just the system-recognised monospace fonts

gpmcadam commented 4 years ago

The latest pre-release build includes support for any font.

HealsCodes commented 3 years ago

In addition to the font panel PR#830 added support for guifont back.

So now you can actually set guifont=Source\ Code\ Pro\ for\ PowerLine:h12 and get the expected result.

Note the you still need to install the font on your system first ofc.