diff options
Diffstat (limited to 'lua/telescope/pickers')
| -rw-r--r-- | lua/telescope/pickers/entry_display.lua | 2 | ||||
| -rw-r--r-- | lua/telescope/pickers/layout_strategies.lua | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lua/telescope/pickers/entry_display.lua b/lua/telescope/pickers/entry_display.lua index 864e2b3..d201bdd 100644 --- a/lua/telescope/pickers/entry_display.lua +++ b/lua/telescope/pickers/entry_display.lua @@ -12,7 +12,7 @@ --- for the best performance. --- --- The create function will use the column widths passed to it in ---- configaration.items. Each item in that table is the number of characters in +--- configuration.items. Each item in that table is the number of characters in --- the column. It's also possible for the final column to not have a fixed --- width, this will be shown in the configuration as 'remaining = true'. --- 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", { |
