mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-11-23 22:24:51 +02:00
Use refs in jsonschema userconfig generator
This makes it possible to use recursive structures in the user config.
This commit is contained in:
committed by
Stefan Haller
parent
62c6ba7d57
commit
30e9bf8a75
@@ -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: ""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user