feat(telescope): slight adjustment to width and height for flex layout

This commit is contained in:
Matt Leong 2021-12-20 09:00:51 -08:00
parent b6b9bacf39
commit d1c5b01744

View file

@ -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,
},
}