summaryrefslogtreecommitdiff
path: root/nvim/ginit.vim
diff options
context:
space:
mode:
Diffstat (limited to 'nvim/ginit.vim')
-rw-r--r--nvim/ginit.vim5
1 files changed, 5 insertions, 0 deletions
diff --git a/nvim/ginit.vim b/nvim/ginit.vim
index a79795b..0a5540f 100644
--- a/nvim/ginit.vim
+++ b/nvim/ginit.vim
@@ -8,3 +8,8 @@ if exists("g:fvim_loaded")
nnoremap <C-=> :FVimBackgroundComposition 'none'<CR>:FVimBackgroundOpacity 1<CR>
FVimCustomTitleBar v:true
endif
+
+if exists("g:neovide")
+ set guifont=LiterationMono\ Nerd\ Font\ Mono:h18
+ set linespace=-4
+endif