mirror of
https://github.com/jdhao/nvim-config.git
synced 2025-06-08 14:14:33 +02:00
update fvim settings
See also https://github.com/yatli/fvim/issues/164.
This commit is contained in:
parent
fc53a24ef4
commit
3a3dd4b372
@ -22,9 +22,9 @@ 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 'blur'
|
FVimBackgroundComposition 'none'
|
||||||
FVimBackgroundOpacity 0.9
|
FVimBackgroundOpacity 1.0
|
||||||
FVimBackgroundAltOpacity 0.9
|
FVimBackgroundAltOpacity 1.0
|
||||||
|
|
||||||
" Title bar tweaks (themed with colorscheme)
|
" Title bar tweaks (themed with colorscheme)
|
||||||
FVimCustomTitleBar v:true
|
FVimCustomTitleBar v:true
|
||||||
@ -41,7 +41,7 @@ if exists('g:fvim_loaded')
|
|||||||
FVimFontSubpixel v:true
|
FVimFontSubpixel v:true
|
||||||
FVimFontLigature v:true
|
FVimFontLigature v:true
|
||||||
" can be 'default', '14.0', '-1.0' etc.
|
" can be 'default', '14.0', '-1.0' etc.
|
||||||
FVimFontLineHeight 'default'
|
FVimFontLineHeight '+1'
|
||||||
|
|
||||||
" 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).
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user