1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-07-28 16:02:01 +03:00

Factor out common config setup functions in demo package

This commit is contained in:
Jesse Duffield
2023-08-12 16:52:40 +10:00
parent 26989ce0ee
commit b1bc437d1b
15 changed files with 34 additions and 25 deletions

View File

@ -11,7 +11,7 @@ var AmendOldCommit = NewIntegrationTest(NewIntegrationTestArgs{
Skip: false,
IsDemo: true,
SetupConfig: func(config *config.AppConfig) {
config.UserConfig.Gui.NerdFontsVersion = "3"
setDefaultDemoConfig(config)
config.UserConfig.Gui.ShowFileTree = false
},
SetupRepo: func(shell *Shell) {