mirror of
https://github.com/jdhao/nvim-config.git
synced 2025-06-08 14:14:33 +02:00
Update firenvim settings
Fix font size issue, see https://github.com/glacambre/firenvim/issues/869.
This commit is contained in:
parent
a7ca0be7ca
commit
572662375e
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user