From 8e262292585fd0eb031738ac05eee4a1bdd91e84 Mon Sep 17 00:00:00 2001 From: Alexander M Pickering Date: Fri, 16 Aug 2024 20:41:26 -0500 Subject: Updates --- nvim/ginit.vim | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 nvim/ginit.vim (limited to 'nvim/ginit.vim') diff --git a/nvim/ginit.vim b/nvim/ginit.vim new file mode 100644 index 0000000..d037612 --- /dev/null +++ b/nvim/ginit.vim @@ -0,0 +1,11 @@ + +if exists("g:fvim_loaded") + set guifont=LiterationMono\ Nerd\ Font\ Mono:h18 + nnoremap :FVimToggleFullScreen + FVimCursorSmoothMove v:true + FVimCursorSmoothBlink v:true + nnoremap :FVimBackgroundComposition 'transparent':FVimBackgroundOpacity 0.8 + nnoremap :FVimBackgroundComposition 'none':FVimBackgroundOpacity 1 + FVimCustomTitleBar v:true + +endif -- cgit v1.2.3-70-g09d2