diff options
| author | jdhao <jdhao@hotmail.com> | 2021-10-22 22:05:29 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2021-10-22 22:05:29 +0800 |
| commit | c873572872f42696772ca284074c502894b56633 (patch) | |
| tree | bb546dae1bb675d4f5a458e43aa319522714ad7e | |
| parent | 247bb91e673b1be75b7d25a8cea9cfed9be86b9e (diff) | |
firenvim conf update
| -rw-r--r-- | core/plugins.vim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/plugins.vim b/core/plugins.vim index 5832b1c..8dd4a5f 100644 --- a/core/plugins.vim +++ b/core/plugins.vim @@ -452,6 +452,8 @@ endif if exists('g:started_by_firenvim') && g:started_by_firenvim if g:is_mac set guifont=Iosevka\ Nerd\ Font:h18 + else + set guifont=Consolas endif " general config for firenvim |
