kdheepak / lazygit.nvim

Plugin for calling lazygit from within neovim.
MIT License
1.52k stars 57 forks source link

lazygit_config_file_path overwritten #84

Open mario-amazing opened 1 year ago

mario-amazing commented 1 year ago

When I set vim.g.lazygit_config_file_path = '~/.config/lazygit/config.yml' lazygit override it to ''

Expected behavior

Use config from lazygit_config_file_path

Desktop (please complete the following information):

MacOS Big Sur nvim 0.8 lazygit latest

kdheepak commented 1 year ago

You’ll need the following as well I think: vim.g.lazygit_use_custom_config_file_path = 1

mario-amazing commented 1 year ago

lazygit.nvim overwrride lazygit_use_custom_config_file_path it as well.(set it to 0) After I commented Plug 'kdheepak/lazygit.nvim', variables set fine