summaryrefslogtreecommitdiff
path: root/lua
diff options
context:
space:
mode:
authorBen Smith <37027883+smithbm2316@users.noreply.github.com>2021-07-18 00:42:23 -0700
committerGitHub <noreply@github.com>2021-07-18 07:42:23 +0000
commit87fecbea95e0d82030933227f72475cd41fecc63 (patch)
tree5e805e11f1525d151fea1db9b2ccdf13fd01a0f3 /lua
parentb48a16f866fdd10e94271f7b11f7d9673700d106 (diff)
fix for #847 (#1022)
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()|