return { "akinsho/git-conflict.nvim", lazy = false, opts = { default_mappings = { ours = "ho", theirs = "ht", none = "h0", both = "hb", next = "]x", prev = "[x", }, }, keys = { { "gx", "GitConflictListQf", desc = "List Conflicts", }, { "gr", "GitConflictRefresh", desc = "Refresh Conflicts", }, }, }