#69 add custom config file support

This commit is contained in:
thefux
2022-09-04 20:10:37 +02:00
parent 9c73fd69a4
commit 2c7621e4f9
2 changed files with 47 additions and 7 deletions

View File

@@ -23,6 +23,12 @@ if !exists('g:lazygit_floating_window_corner_chars')
let g:lazygit_floating_window_corner_chars = ['╭', '╮', '╰', '╯']
endif
" if lazygit_use_custom_config_file_path is set to 1 the
" lazygit_config_file_path option will be evaluated
let g:lazygit_use_custom_config_file_path = 0
" path to custom config file
let g:lazygit_config_file_path = ''
command! LazyGit lua require'lazygit'.lazygit()
command! LazyGitFilter lua require'lazygit'.lazygitfilter()