glacambre / firenvim

Embed Neovim in Chrome, Firefox & others.
GNU General Public License v3.0
4.78k stars 146 forks source link

Font size upscaled #963

Closed goncalves-diogo closed 3 years ago

goncalves-diogo commented 3 years ago

Hi, Thanks for the plugin!

Thanks in advance for your time! :)

Quick note: This might be related to this issue #869. However i'm unsure.

image

glacambre commented 3 years ago

Hi, thanks for the report :). Unfortunately I'm not sure I'll be able to find a font size that will please everyone - some want it big and others want it small. Until I find a solution that pleases everyone, you can use :set guifont=monospace:h9 to control the font that should be used and its size (see :help guifont for more information).

goncalves-diogo commented 3 years ago

That indeed improves my experience, thanks a lot. Following up on what you suggested, is there any way to include the setting :set guifont=monospace:h9 on the plugins settings. I couldn't find relevant information about it anywhere. Thanks again :)

glacambre commented 3 years ago

:set guifont is a neovim setting, not a Firenvim-specific one, so I'm not sure it really belongs on Firenvim's page. :set guifont will work with almost all other Neovim guis :).

goncalves-diogo commented 3 years ago

Okay, i thought it could a plugin specific setting. I will close the issue now, thanks :)