aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjdhao <jdhao@hotmail.com>2019-12-29 01:40:08 +0800
committerGitHub <noreply@github.com>2019-12-29 01:40:08 +0800
commit507e476161132d15e706e5a10e622a494adebe74 (patch)
tree7d22e5a3d16a2215aad72472c9e02dfd85eb3866
parentfed0acbe7244820ab16b032081065ef99af8e7d4 (diff)
Update fvim settings
See https://github.com/yatli/fvim/issues/108.
-rw-r--r--ginit.vim4
1 files 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