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:
max397574
2021-11-28 18:32:50 +01:00
committed by GitHub
parent ed4adba6d0
commit 7cfddbfd93
2 changed files with 14 additions and 5 deletions

View File

@@ -108,6 +108,7 @@ local layout_config_defaults = {
bottom_pane = {
height = 25,
prompt_position = "top",
preview_cutoff = 120,
},
}