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:
parent
6ad5831400
commit
1ebce655ab
17
ginit.vim
17
ginit.vim
@ -22,12 +22,12 @@ if exists('g:fvim_loaded')
|
|||||||
FVimCursorSmoothBlink v:true
|
FVimCursorSmoothBlink v:true
|
||||||
|
|
||||||
" Background composition, can be 'none', 'blur' or 'acrylic'
|
" Background composition, can be 'none', 'blur' or 'acrylic'
|
||||||
FVimBackgroundComposition 'none'
|
FVimBackgroundComposition 'blur'
|
||||||
FVimBackgroundOpacity 0.85
|
FVimBackgroundOpacity 0.9
|
||||||
FVimBackgroundAltOpacity 0.85
|
FVimBackgroundAltOpacity 0.9
|
||||||
|
|
||||||
" Title bar tweaks (themed with colorscheme)
|
" Title bar tweaks (themed with colorscheme)
|
||||||
FVimCustomTitleBar v:false
|
FVimCustomTitleBar v:true
|
||||||
|
|
||||||
" Debug UI overlay
|
" Debug UI overlay
|
||||||
FVimDrawFPS v:false
|
FVimDrawFPS v:false
|
||||||
@ -40,16 +40,15 @@ if exists('g:fvim_loaded')
|
|||||||
FVimFontHintLevel 'full'
|
FVimFontHintLevel 'full'
|
||||||
FVimFontSubpixel v:true
|
FVimFontSubpixel v:true
|
||||||
FVimFontLigature v:true
|
FVimFontLigature v:true
|
||||||
FVimFontLcdRender v:false
|
|
||||||
" can be 'default', '14.0', '-1.0' etc.
|
" can be 'default', '14.0', '-1.0' etc.
|
||||||
FVimFontLineHeight '+2.0'
|
FVimFontLineHeight 'default'
|
||||||
|
|
||||||
" Try to snap the fonts to the pixels, reduces blur
|
" Try to snap the fonts to the pixels, reduces blur
|
||||||
" in some situations (e.g. 100% DPI).
|
" in some situations (e.g. 100% DPI).
|
||||||
FVimFontAutoSnap v:false
|
FVimFontAutoSnap v:true
|
||||||
|
|
||||||
" Font weight tuning, possible valuaes are 100..900
|
" Font weight tuning, possible values are 100..900
|
||||||
FVimFontNormalWeight 400
|
FVimFontNormalWeight 100
|
||||||
FVimFontBoldWeight 700
|
FVimFontBoldWeight 700
|
||||||
|
|
||||||
FVimUIPopupMenu v:false
|
FVimUIPopupMenu v:false
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user