summaryrefslogtreecommitdiff
path: root/lua/telescope/config.lua
diff options
context:
space:
mode:
authormax397574 <81827001+max397574@users.noreply.github.com>2021-11-28 18:32:50 +0100
committerGitHub <noreply@github.com>2021-11-28 17:32:50 +0000
commit7cfddbfd93a1fbd4bc7158ec66cbc5d43cd93567 (patch)
tree93215cb293d52f128684eab2892a4369f9e36b2c /lua/telescope/config.lua
parented4adba6d0083a14cabf5837f2511b2617a45593 (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.lua1
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,
},
}