Add option to set winblend

This commit is contained in:
Dheepak Krishnamurthy
2020-04-05 18:07:04 -06:00
parent d9b871a807
commit 3e33c08d7d
3 changed files with 21 additions and 4 deletions

View File

@@ -7,6 +7,12 @@ set cpoptions&vim
""""""""""""""""""""""""""""""""""""""""""""""""""""""
if !exists('g:lazygit_floating_window_winblend')
let g:lazygit_floating_window_winblend = 5
endif
lua require 'lazygit'.setup()
let s:lazygit_lua_loc = expand('<sfile>:h:r') . '/../lua/'
exe "lua package.path = package.path .. ';". s:lazygit_lua_loc."?/init.lua'"