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

update fvim settings

This commit is contained in:
jdhao 2020-09-23 10:57:35 +08:00 committed by GitHub
parent 6ad5831400
commit 1ebce655ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,12 +22,12 @@ if exists('g:fvim_loaded')
FVimCursorSmoothBlink v:true
" Background composition, can be 'none', 'blur' or 'acrylic'
FVimBackgroundComposition 'none'
FVimBackgroundOpacity 0.85
FVimBackgroundAltOpacity 0.85
FVimBackgroundComposition 'blur'
FVimBackgroundOpacity 0.9
FVimBackgroundAltOpacity 0.9
" Title bar tweaks (themed with colorscheme)
FVimCustomTitleBar v:false
FVimCustomTitleBar v:true
" Debug UI overlay
FVimDrawFPS v:false
@ -40,16 +40,15 @@ if exists('g:fvim_loaded')
FVimFontHintLevel 'full'
FVimFontSubpixel v:true
FVimFontLigature v:true
FVimFontLcdRender v:false
" can be 'default', '14.0', '-1.0' etc.
FVimFontLineHeight '+2.0'
FVimFontLineHeight 'default'
" Try to snap the fonts to the pixels, reduces blur
" in some situations (e.g. 100% DPI).
FVimFontAutoSnap v:false
FVimFontAutoSnap v:true
" Font weight tuning, possible valuaes are 100..900
FVimFontNormalWeight 400
" Font weight tuning, possible values are 100..900
FVimFontNormalWeight 100
FVimFontBoldWeight 700
FVimUIPopupMenu v:false