docs(builtin.colorscheme): add colors option desc (#2989)

* docs(builtin.colorscheme): add `colors` option desc

* docgen plz
This commit is contained in:
James Trew
2024-03-17 22:05:26 -04:00
committed by GitHub
parent 8cd58c6e81
commit 1fa3b801f0
2 changed files with 4 additions and 0 deletions

View File

@@ -1435,6 +1435,9 @@ builtin.colorscheme({opts}) *telescope.builtin.colorscheme()*
{opts} (table) options to pass to the picker {opts} (table) options to pass to the picker
Options: ~ Options: ~
{colors} (table) a list of additional colorschemes to
explicitly make available to telescope
(default: {})
{enable_preview} (boolean) if true, will preview the selected color {enable_preview} (boolean) if true, will preview the selected color

View File

@@ -354,6 +354,7 @@ builtin.buffers = require_on_exported_call("telescope.builtin.__internal").buffe
--- Lists available colorschemes and applies them on `<cr>` --- Lists available colorschemes and applies them on `<cr>`
---@param opts table: options to pass to the picker ---@param opts table: options to pass to the picker
---@field colors table: a list of additional colorschemes to explicitly make available to telescope (default: {})
---@field enable_preview boolean: if true, will preview the selected color ---@field enable_preview boolean: if true, will preview the selected color
builtin.colorscheme = require_on_exported_call("telescope.builtin.__internal").colorscheme builtin.colorscheme = require_on_exported_call("telescope.builtin.__internal").colorscheme