From 9a1701b5d6364e540b7af3d9de55a644e330fcfd Mon Sep 17 00:00:00 2001 From: Alexander M Pickering Date: Sat, 5 Jul 2025 16:34:34 -0500 Subject: AI additions --- nvim/ginit.vim | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'nvim/ginit.vim') 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 :FVimToggleFullScreen FVimCursorSmoothMove v:true @@ -8,3 +8,5 @@ if exists("g:fvim_loaded") nnoremap :FVimBackgroundComposition 'none':FVimBackgroundOpacity 1 FVimCustomTitleBar v:true endif + + -- cgit v1.2.3-70-g09d2