diff options
| author | James Trew <66286082+jamestrew@users.noreply.github.com> | 2023-01-22 03:57:53 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-01-22 09:57:53 +0100 |
| commit | 053f2303c4fac5c45a56b9de0a7481b7db94d6ba (patch) | |
| tree | 8520fa13cfb0008d111ad17038748303891a9f7f /lua/telescope/pickers/layout_strategies.lua | |
| parent | ed366bba143d9babd2b81eb46c4f0f482051778d (diff) | |
docs: proof-read edits (#2311)
Diffstat (limited to 'lua/telescope/pickers/layout_strategies.lua')
| -rw-r--r-- | lua/telescope/pickers/layout_strategies.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/telescope/pickers/layout_strategies.lua b/lua/telescope/pickers/layout_strategies.lua index 7af7761..6bf49ee 100644 --- a/lua/telescope/pickers/layout_strategies.lua +++ b/lua/telescope/pickers/layout_strategies.lua @@ -38,7 +38,6 @@ --- - columns : (number) Columns in the vim window --- - lines : (number) Lines in the vim window --- - layout_config : (table) The configuration values specific to the picker. ---- --- </pre> --- --- This means you can create your own layout strategy if you want! Just be aware @@ -550,6 +549,7 @@ layout_strategies.center = make_documented_layout( --- │ │ --- └──────────────────────────────────────────────────┘ --- </pre> +---@eval { ["description"] = require("telescope.pickers.layout_strategies")._format("cursor") } layout_strategies.cursor = make_documented_layout( "cursor", vim.tbl_extend("error", { |
