mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
宽度处理
This commit is contained in:
parent
1a06c3c438
commit
f1b827ffc7
1 changed files with 4 additions and 0 deletions
|
|
@ -7,6 +7,10 @@ return {
|
||||||
enable = true,
|
enable = true,
|
||||||
},
|
},
|
||||||
use_trouble_qf = true,
|
use_trouble_qf = true,
|
||||||
|
list = {
|
||||||
|
position = "right", -- Position of the list window 'left'|'right'
|
||||||
|
width = 0.4, -- Width as percentage (0.1 to 0.5)
|
||||||
|
},
|
||||||
folds = {
|
folds = {
|
||||||
fold_closed = "",
|
fold_closed = "",
|
||||||
fold_open = "",
|
fold_open = "",
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue