diff options
Diffstat (limited to 'nvim/ginit.vim')
| -rw-r--r-- | nvim/ginit.vim | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/nvim/ginit.vim b/nvim/ginit.vim index 3bf891f..f50fdd6 100644 --- a/nvim/ginit.vim +++ b/nvim/ginit.vim @@ -9,6 +9,10 @@ if exists("g:fvim_loaded") || exists("g:nvy") FVimCustomTitleBar v:true endif +if exists("g:nvy") + set guifont=LiterationMono\ Nerd\ Font\ Mono:h18 +endif + if exists("g:neovide") set guifont=LiterationMono\ Nerd\ Font\ Mono:h18 set linespace=-4 |
