mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-10 20:05:50 +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:
parent
62c6ba7d57
commit
30e9bf8a75
11 changed files with 1542 additions and 1795 deletions
|
@ -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: ""
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue