feat: add preview width option for bottom_pane layout (#1505)
* feat(layout_strategies): started adding preview width for bottom pane * fix(bottom_pane preview_width): fixed some values and added defualt * fix(config): better default for preview cutoff * fix(layout): removed unnecessary variable value
This commit is contained in:
@@ -108,6 +108,7 @@ local layout_config_defaults = {
|
||||
bottom_pane = {
|
||||
height = 25,
|
||||
prompt_position = "top",
|
||||
preview_cutoff = 120,
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user