diff options
| author | jdhao <jdhao@hotmail.com> | 2020-03-04 13:29:36 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-03-04 13:29:36 +0800 |
| commit | 3403248365dc3816d33e29e82990d7ae0797d726 (patch) | |
| tree | 02e66a2228ffac8f89ef0fa51fe4d3f352477d5a /ginit.vim | |
| parent | 63f071434105c17e3492ca8ad4591771ecad230e (diff) | |
Update fvim options
Diffstat (limited to 'ginit.vim')
| -rw-r--r-- | ginit.vim | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -27,7 +27,7 @@ if exists('g:fvim_loaded') nnoremap <silent> <C-6> <C-^> " Cursor tweaks - FVimCursorSmoothMove v:false + FVimCursorSmoothMove v:true FVimCursorSmoothBlink v:true " Background composition, can be 'none', 'blur' or 'acrylic' @@ -48,6 +48,7 @@ if exists('g:fvim_loaded') FVimFontAutohint v:true FVimFontHintLevel 'full' FVimFontSubpixel v:true + FVimFontLigature v:true FVimFontLcdRender v:false " can be 'default', '14.0', '-1.0' etc. FVimFontLineHeight '+2.0' |
