mirror of
https://github.com/folke/snacks.nvim
synced 2025-12-23 08:47:57 +00:00
feat(layout): height=0.7 for preview in vscode layout
This commit is contained in:
parent
114040b444
commit
c3d6c01916
1 changed files with 1 additions and 1 deletions
|
|
@ -166,7 +166,7 @@ M.vscode = {
|
|||
row = 1,
|
||||
width = 0.4,
|
||||
min_width = 80,
|
||||
height = 0.4,
|
||||
height = 0.7,
|
||||
border = "none",
|
||||
box = "vertical",
|
||||
{ win = "input", height = 1, border = "rounded", title = "{title} {live} {flags}", title_pos = "center" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue