1
0
mirror of https://github.com/jdhao/nvim-config.git synced 2025-06-08 14:14:33 +02:00

Update fvim options

This commit is contained in:
jdhao 2020-03-04 13:29:36 +08:00 committed by GitHub
parent 63f0714341
commit 3403248365
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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'