Skip to content

fix(lazygit): allow passing dictionary as yaml array item - #2888

Open
Silzinc wants to merge 1 commit into
folke:mainfrom
Silzinc:patch-1
Open

fix(lazygit): allow passing dictionary as yaml array item#2888
Silzinc wants to merge 1 commit into
folke:mainfrom
Silzinc:patch-1

Conversation

@Silzinc

@Silzinc Silzinc commented Jun 13, 2026

Copy link
Copy Markdown

Certain configuration options expect an array of dictionaries, e.g. to use a different git pager. Currently, the YAML writer does not support this. Such a configuration is now possible:

lazygit = {
  config = {
    git = { pagers = { { externalDiffCommand = "difft --color=always --display=inline" } } },
  },
}

Certain configuration options expect an array of dictionaries, e.g. to use a different git pager.
@github-actions github-actions Bot added size/s Small PR (<10 lines changed) lazygit labels Jun 13, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

lazygit size/s Small PR (<10 lines changed)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant