This commit is contained in:
chuyanlong 2025-10-11 08:48:36 +08:00
parent 1ea8fb6323
commit a19bcfbd09

View file

@ -280,7 +280,7 @@ return {
width = 40, width = 40,
sidebar_header = { sidebar_header = {
enabled = true, -- true, false to enable/disable the header enabled = true, -- true, false to enable/disable the header
align = "center", -- left, center, right for title align = "left", -- left, center, right for title
rounded = true, rounded = true,
}, },
edit = { edit = {
@ -294,10 +294,6 @@ return {
---@type "ours" | "theirs" ---@type "ours" | "theirs"
focus_on_apply = "theirs", -- which diff to focus after applying focus_on_apply = "theirs", -- which diff to focus after applying
}, },
input = {
prefix = "",
height = 10, -- Height of the input window in vertical layout
},
}, },
}, },
dependencies = { dependencies = {