{ plugins = { git-conflict = { enable = true; settings = { default_commands = true; default_mappings = { both = "Gb"; next = "Gn"; none = "G0"; ours = "Go"; prev = "Gp"; theirs = "Gt"; }; disable_diagnostics = false; highlights = { current = "DiffText"; incoming = "DiffAdd"; }; list_opener = "copen"; }; }; }; }