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

Update fvim settings

See https://github.com/yatli/fvim/issues/108.
This commit is contained in:
jdhao 2019-12-29 01:40:08 +08:00 committed by GitHub
parent fed0acbe72
commit 507e476161
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,12 +31,12 @@ if exists('g:fvim_loaded')
FVimCursorSmoothBlink v:true
" Background composition, can be 'none', 'blur' or 'acrylic'
FVimBackgroundComposition 'blur'
FVimBackgroundComposition 'none'
FVimBackgroundOpacity 0.85
FVimBackgroundAltOpacity 0.85
" Title bar tweaks (themed with colorscheme)
FVimCustomTitleBar v:true
FVimCustomTitleBar v:false
" Debug UI overlay
FVimDrawFPS v:false