feat(telescope): slight adjustment to width and height for flex layout
This commit is contained in:
parent
b6b9bacf39
commit
d1c5b01744
1 changed files with 2 additions and 2 deletions
|
@ -42,8 +42,8 @@ local opts_flex = {
|
|||
layout_strategy = 'flex',
|
||||
results_title = false,
|
||||
layout_config = {
|
||||
width = 0.5,
|
||||
height = 0.6,
|
||||
width = 0.7,
|
||||
height = 0.7,
|
||||
},
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue