diff options
| author | max397574 <81827001+max397574@users.noreply.github.com> | 2021-11-28 18:32:50 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-11-28 17:32:50 +0000 |
| commit | 7cfddbfd93a1fbd4bc7158ec66cbc5d43cd93567 (patch) | |
| tree | 93215cb293d52f128684eab2892a4369f9e36b2c /lua/telescope/config.lua | |
| parent | ed4adba6d0083a14cabf5837f2511b2617a45593 (diff) | |
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
Diffstat (limited to 'lua/telescope/config.lua')
| -rw-r--r-- | lua/telescope/config.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/telescope/config.lua b/lua/telescope/config.lua index a57ec7f..ccce136 100644 --- a/lua/telescope/config.lua +++ b/lua/telescope/config.lua @@ -108,6 +108,7 @@ local layout_config_defaults = { bottom_pane = { height = 25, prompt_position = "top", + preview_cutoff = 120, }, } |
