From afc1c1c41a677f1ead9bda9f599b06595af4dbd8 Mon Sep 17 00:00:00 2001 From: Alex Pickering Date: Thu, 15 May 2025 16:49:33 -0500 Subject: Remove windows newlines from ginit --- nvim/ginit.vim | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) (limited to 'nvim/ginit.vim') diff --git a/nvim/ginit.vim b/nvim/ginit.vim index 6d2a58a..a79795b 100644 --- a/nvim/ginit.vim +++ b/nvim/ginit.vim @@ -1,11 +1,10 @@ - -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 + +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