diff options
| author | jdhao <jdhao@hotmail.com> | 2019-12-29 01:40:08 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-12-29 01:40:08 +0800 |
| commit | 507e476161132d15e706e5a10e622a494adebe74 (patch) | |
| tree | 7d22e5a3d16a2215aad72472c9e02dfd85eb3866 | |
| parent | fed0acbe7244820ab16b032081065ef99af8e7d4 (diff) | |
Update fvim settings
See https://github.com/yatli/fvim/issues/108.
| -rw-r--r-- | ginit.vim | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
