mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
居中处理
This commit is contained in:
parent
a19bcfbd09
commit
9822c29fe8
1 changed files with 1 additions and 1 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 = "left", -- left, center, right for title
|
align = "center", -- left, center, right for title
|
||||||
rounded = true,
|
rounded = true,
|
||||||
},
|
},
|
||||||
edit = {
|
edit = {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue