From 572662375e345e06b225103228a86881a4f0222b Mon Sep 17 00:00:00 2001 From: jdhao Date: Mon, 15 Feb 2021 18:35:21 +0800 Subject: [PATCH] Update firenvim settings Fix font size issue, see https://github.com/glacambre/firenvim/issues/869. --- core/plugins.vim | 3 +++ 1 file changed, 3 insertions(+) diff --git a/core/plugins.vim b/core/plugins.vim index ece0a31..64894b4 100644 --- a/core/plugins.vim +++ b/core/plugins.vim @@ -921,6 +921,9 @@ endif """"""""""""""""""""""""""""""firenvim settings"""""""""""""""""""""""""""""" if exists('g:started_by_firenvim') && g:started_by_firenvim + if g:is_mac + set guifont=Iosevka\ Nerd\ Font:h18 + endif " general options set laststatus=0 nonumber noruler noshowcmd