Skip to content

Add configuration to select layouts to cycle throughΒ #336

@sathishmanohar

Description

@sathishmanohar

Currently selecting the default layout is configurable via

merge_tool = {
      layout = "diff3_horizontal",
    },

When we cycle through layout we cycle through all available layouts. It would be great if I can select which layouts I want to cycle through by a config option. I don't know. Something like would be great.

merge_tool = {
      layout = "diff1_plain",
      selected_layouts = { "diff1_plain", "diff3_vertical", "diff3_mixed", "diff4_mixed" }
    },

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions