From 7523a9a6d30ae28c37a6896505df86f16810a628 Mon Sep 17 00:00:00 2001 From: thefux Date: Tue, 1 Nov 2022 20:56:21 +0100 Subject: [PATCH] update config --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 7def5b6..981f8de 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,9 @@ let g:lazygit_floating_window_scaling_factor = 0.9 " scaling factor for floating let g:lazygit_floating_window_corner_chars = ['╭', '╮', '╰', '╯'] " customize lazygit popup window corner characters let g:lazygit_floating_window_use_plenary = 0 " use plenary.nvim to manage floating window if available let g:lazygit_use_neovim_remote = 1 " fallback to 0 if neovim-remote is not installed + +let g:lazygit_use_custom_config_file_path = 0 " config file path is evaluated if this value is 1 +let g:lazygit_config_file_path = '' " custom config file path ``` Call `:LazyGit` to start a floating window with `lazygit`.