Add floating window scaling factor

This commit is contained in:
Dheepak Krishnamurthy
2020-04-05 18:51:14 -06:00
parent 3e33c08d7d
commit 2704a71bf1
2 changed files with 15 additions and 5 deletions

View File

@@ -8,7 +8,11 @@ set cpoptions&vim
""""""""""""""""""""""""""""""""""""""""""""""""""""""
if !exists('g:lazygit_floating_window_winblend')
let g:lazygit_floating_window_winblend = 5
let g:lazygit_floating_window_winblend = 0
endif
if !exists('g:lazygit_floating_window_scaling_factor')
let g:lazygit_floating_window_scaling_factor = 0.9
endif
lua require 'lazygit'.setup()