Skip to content

Commit

Permalink
doc(layout_strategies): document shared options for bottom_pane
Browse files Browse the repository at this point in the history
  • Loading branch information
jamestrew committed Jan 23, 2024
1 parent 20efb38 commit e6b5e47
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/telescope/pickers/layout_strategies.lua
Original file line number Diff line number Diff line change
Expand Up @@ -847,6 +847,7 @@ end)
--- Bottom pane can be used to create layouts similar to "ivy".
---
--- For an easy ivy configuration, see |themes.get_ivy()|
---@eval { ["description"] = require("telescope.pickers.layout_strategies")._format("bottom_pane") }
layout_strategies.bottom_pane = make_documented_layout(
"bottom_pane",
vim.tbl_extend("error", shared_options, {
Expand Down

0 comments on commit e6b5e47

Please sign in to comment.