vim: tweak telescope flex layout
This commit is contained in:
parent
6b7fd02c98
commit
c3a02944b3
1 changed files with 7 additions and 4 deletions
|
@ -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,
|
||||
},
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue