mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
优化UI
This commit is contained in:
parent
1ea8fb6323
commit
a19bcfbd09
1 changed files with 1 additions and 5 deletions
|
|
@ -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 = {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue