From 507e476161132d15e706e5a10e622a494adebe74 Mon Sep 17 00:00:00 2001 From: jdhao Date: Sun, 29 Dec 2019 01:40:08 +0800 Subject: [PATCH] Update fvim settings See https://github.com/yatli/fvim/issues/108. --- ginit.vim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ginit.vim b/ginit.vim index 8bfb981..c303b18 100644 --- a/ginit.vim +++ b/ginit.vim @@ -31,12 +31,12 @@ if exists('g:fvim_loaded') FVimCursorSmoothBlink v:true " Background composition, can be 'none', 'blur' or 'acrylic' - FVimBackgroundComposition 'blur' + FVimBackgroundComposition 'none' FVimBackgroundOpacity 0.85 FVimBackgroundAltOpacity 0.85 " Title bar tweaks (themed with colorscheme) - FVimCustomTitleBar v:true + FVimCustomTitleBar v:false " Debug UI overlay FVimDrawFPS v:false