summaryrefslogtreecommitdiff
path: root/nvim/ginit.vim
diff options
context:
space:
mode:
Diffstat (limited to 'nvim/ginit.vim')
-rw-r--r--nvim/ginit.vim4
1 files changed, 3 insertions, 1 deletions
diff --git a/nvim/ginit.vim b/nvim/ginit.vim
index a79795b..dc40609 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
@@ -8,3 +8,5 @@ if exists("g:fvim_loaded")
nnoremap <C-=> :FVimBackgroundComposition 'none'<CR>:FVimBackgroundOpacity 1<CR>
FVimCustomTitleBar v:true
endif
+
+