You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`prompt_position`| Where the prompt should be located. | top/bottom |
200
194
|`prompt_prefix`| What should the prompt prefix be. | string |
201
195
|`selection_caret`| What should the selection caret be. | string |
202
196
|`entry_prefix`| What should be shown in front of every entry. (current selection excluded) | string|
203
197
|`initial_mode`| The initial mode when a prompt is opened. | insert/normal |
204
-
|`sorting_strategy`| Where first selection should be located. | descending/ascending |
205
198
|`layout_strategy`| How the telescope is drawn. |[supported layouts](https://github.com/nvim-telescope/telescope.nvim/wiki/Layouts)|
206
-
|`winblend`| How transparent is the telescope window should be. | NUM |
207
-
|`layout_defaults`| Extra settings for fine-tuning how your layout looks |[supported settings](https://github.com/nvim-telescope/telescope.nvim/wiki/Layouts#layout-defaults)|
208
-
|`width`| TODO | NUM |
209
-
|`preview_cutoff`| TODO | NUM |
210
-
|`results_height`| TODO | NUM |
211
-
|`results_width`| TODO | NUM |
199
+
|`layout_config`| Extra settings for fine-tuning how your layout looks |[supported settings](https://github.com/nvim-telescope/telescope.nvim/wiki/Layouts#layout-defaults)|
200
+
|`sorting_strategy`| Where first selection should be located. | descending/ascending |
201
+
|`scroll_strategy`| How to behave when the when there are no more item next/prev | cycle, nil |
202
+
|`winblend`| How transparent is the telescope window should be. | number |
212
203
|`borderchars`| The border chars, it gives border telescope window | dict |
213
204
|`color_devicons`| Whether to color devicons or not | boolean |
214
205
|`use_less`| Whether to use less with bat or less/cat if bat not installed | boolean |
215
206
|`set_env`| Set environment variables for previewer | dict |
216
-
|`scroll_strategy`| How to behave when the when there are no more item next/prev | cycle, nil |
217
207
|`file_previewer`| What telescope previewer to use for files. |[Previewers](#previewers)|
218
208
|`grep_previewer`| What telescope previewer to use for grep and similar |[Previewers](#previewers)|
219
209
|`qflist_previewer`| What telescope previewer to use for qflist |[Previewers](#previewers)|
@@ -446,7 +436,7 @@ Built-in functions. Ready to be bound to any key you like. :smile:
446
436
|`builtin.current_buffer_fuzzy_find`| Live fuzzy search inside of the currently open buffer |
447
437
|`builtin.current_buffer_tags`| Lists all of the tags for the currently open buffer, with a preview |
0 commit comments