Use refs in jsonschema userconfig generator

This makes it possible to use recursive structures in the user config.
This commit is contained in:
Karim Khaleel 2025-02-22 15:55:19 -05:00 committed by Stefan Haller
parent 62c6ba7d57
commit 30e9bf8a75
11 changed files with 1542 additions and 1795 deletions

View file

@ -411,6 +411,11 @@ os:
# window is closed.
editAtLineAndWait: ""
# Whether lazygit suspends until an edit process returns
# Pointer to bool so that we can distinguish unset (nil) from false.
# We're naming this `editInTerminal` for backwards compatibility
editInTerminal: false
# For opening a directory in an editor
openDirInEditor: ""