From bc9105f382c1f70e52e2c36ff9ba91a167ed03bc Mon Sep 17 00:00:00 2001 From: afranco Date: Mon, 16 Mar 2026 12:56:32 +0000 Subject: [PATCH] feat(lazygit): Fix indentation --- .config/lazygit/config.yml | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/.config/lazygit/config.yml b/.config/lazygit/config.yml index bdc7e33..426a37f 100644 --- a/.config/lazygit/config.yml +++ b/.config/lazygit/config.yml @@ -1,12 +1,11 @@ -git: - paging: - colorArg: always - pager: delta --features lazygit - useConfig: false - autoFetch: false +git: + pagers: + - pager: delta --features lazygit + colorArg: always + useConfig: false + autoFetch: false gui: nerdFontsVersion: 3 - customCommands: - key: "C" command: "git commit -m '{{ .Form.Type }}{{if .Form.Scopes}}({{ .Form.Scopes }}){{end}}: {{ .Form.Description }}'"