diff options
| author | jdhao <jdhao@hotmail.com> | 2020-10-29 21:50:49 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2020-10-29 21:50:49 +0800 |
| commit | 3a3dd4b372318a2112e6f4554a0ce9354e2e15ce (patch) | |
| tree | 3de6573342c4879dff40e37d50f7658fcdbbecb2 /ginit.vim | |
| parent | fc53a24ef4fce3e54959107476ddecd303b71799 (diff) | |
update fvim settings
See also https://github.com/yatli/fvim/issues/164.
Diffstat (limited to 'ginit.vim')
| -rw-r--r-- | ginit.vim | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -22,9 +22,9 @@ if exists('g:fvim_loaded') FVimCursorSmoothBlink v:true " Background composition, can be 'none', 'blur' or 'acrylic' - FVimBackgroundComposition 'blur' - FVimBackgroundOpacity 0.9 - FVimBackgroundAltOpacity 0.9 + FVimBackgroundComposition 'none' + FVimBackgroundOpacity 1.0 + FVimBackgroundAltOpacity 1.0 " Title bar tweaks (themed with colorscheme) FVimCustomTitleBar v:true @@ -41,7 +41,7 @@ if exists('g:fvim_loaded') FVimFontSubpixel v:true FVimFontLigature v:true " can be 'default', '14.0', '-1.0' etc. - FVimFontLineHeight 'default' + FVimFontLineHeight '+1' " Try to snap the fonts to the pixels, reduces blur " in some situations (e.g. 100% DPI). |
