diff options
| author | jdhao <jdhao@hotmail.com> | 2021-02-15 18:35:21 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2021-02-15 18:35:21 +0800 |
| commit | 572662375e345e06b225103228a86881a4f0222b (patch) | |
| tree | 16c2173cf5c269d9ea7c16e6e657fa1b653dabd0 | |
| parent | a7ca0be7ca4d6a9a068488cf1484d2045619e515 (diff) | |
Update firenvim settings
Fix font size issue, see https://github.com/glacambre/firenvim/issues/869.
| -rw-r--r-- | core/plugins.vim | 3 |
1 files changed, 3 insertions, 0 deletions
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 |
