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