From 3403248365dc3816d33e29e82990d7ae0797d726 Mon Sep 17 00:00:00 2001 From: jdhao Date: Wed, 4 Mar 2020 13:29:36 +0800 Subject: [PATCH] Update fvim options --- ginit.vim | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ginit.vim b/ginit.vim index fdcaebb..809ee64 100644 --- a/ginit.vim +++ b/ginit.vim @@ -27,7 +27,7 @@ if exists('g:fvim_loaded') nnoremap " 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'