diff options
Diffstat (limited to 'lua/telescope/config.lua')
| -rw-r--r-- | lua/telescope/config.lua | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/lua/telescope/config.lua b/lua/telescope/config.lua index 5fa0cf1..554d801 100644 --- a/lua/telescope/config.lua +++ b/lua/telescope/config.lua @@ -76,25 +76,35 @@ function config.set_pickers(pickers) end local layout_config_defaults = { - width = 0.8, - height = 0.9, horizontal = { + width = 0.8, + height = 0.9, prompt_position = "bottom", preview_cutoff = 120, }, vertical = { + width = 0.8, + height = 0.9, preview_cutoff = 40, }, center = { + width = 0.8, + height = 0.9, preview_cutoff = 40, }, cursor = { + width = 0.8, + height = 0.9, preview_cutoff = 40, }, + + bottom_pane = { + height = 25, + }, } local layout_config_description = string.format( |
