feat(lazygit): Fix indentation

This commit is contained in:
2026-03-16 12:56:32 +00:00
parent 43fa666cff
commit bc9105f382

View File

@@ -1,12 +1,11 @@
git:
paging:
colorArg: always
pager: delta --features lazygit
useConfig: false
autoFetch: false
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 }}'"