jeanguyomarch / eovim

The Enlightened Neovim
https://github.com/jeanguyomarch/eovim/wiki
MIT License
193 stars 3 forks source link

no effect when setting guifont #41

Closed conopt closed 4 years ago

conopt commented 5 years ago

eovim 0.1.3.99-24cd28f NVIM v0.4.0-269-g9bfd30445 Version: 1.20.7

'awesome' window manager ubuntu 16.04 xenial

conopt commented 5 years ago

looks like eovim uses separate configuration (in eet format?) for gui. Any example config?

conopt commented 5 years ago

I managed to hack it by setting config->font_name in the code. The font I use is Dejavu Sans Mono for Powerline, but there is no anti-aliasing. The font looks weird.

jeanguyomarch commented 5 years ago

Sorry for taking so long answering that. Eovim's configuration (beside the init.vim file) is entirely managed graphically. You just need to click (left mouse button) on the gears on the top-right of the window.

You then need to select the font. I think fontconfig is used under the hood to list the available fonts.

jeanguyomarch commented 4 years ago

PR #45 now implements support for set guifont=fontname:fontsize