summaryrefslogtreecommitdiff
path: root/nvim/ginit.vim
diff options
context:
space:
mode:
Diffstat (limited to 'nvim/ginit.vim')
-rw-r--r--nvim/ginit.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/nvim/ginit.vim b/nvim/ginit.vim
index 0a5540f..3bf891f 100644
--- a/nvim/ginit.vim
+++ b/nvim/ginit.vim
@@ -1,5 +1,5 @@
-if exists("g:fvim_loaded")
+if exists("g:fvim_loaded") || exists("g:nvy")
set guifont=LiterationMono\ Nerd\ Font\ Mono:h18
nnoremap <A-CR> :FVimToggleFullScreen<CR>
FVimCursorSmoothMove v:true