vim: tweak telescope flex layout

This commit is contained in:
Fernando Schauenburg 2022-02-15 12:23:01 +01:00
parent 6b7fd02c98
commit c3a02944b3

View file

@ -16,13 +16,16 @@ local config = function()
height = 0.99,
horizontal = {
preview_width = 0.5,
preview_cutoff = 100,
preview_width = 0.6,
preview_cutoff = 133,
},
vertical = {
preview_height = 0.5,
preview_cutoff = 30,
preview_height = 0.4,
},
flex = {
flip_columns = 133,
},
},