summaryrefslogtreecommitdiff
path: root/lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua')
-rw-r--r--lua/telescope/pickers/layout_strategies.lua7
1 files changed, 0 insertions, 7 deletions
diff --git a/lua/telescope/pickers/layout_strategies.lua b/lua/telescope/pickers/layout_strategies.lua
index 3cc1496..43f9060 100644
--- a/lua/telescope/pickers/layout_strategies.lua
+++ b/lua/telescope/pickers/layout_strategies.lua
@@ -650,13 +650,6 @@ layout_strategies.current_buffer = make_documented_layout('current_buffer', {
}
end)
-layout_strategies.bottom_pane = function(self, max_columns, max_lines)
- local layout_config = validate_layout_config(self.layout_config or {}, {
- height = "The height of the layout",
- mirror = "Flip the default locations of preview/results windows (requires use of previewer)",
- })
-end
-
--- Bottom pane can be used to create layouts similar to "ivy".
---
--- For an easy ivy configuration, see |themes.get_ivy()|