docs(builtin.colorscheme): add colors option desc (#2989)
* docs(builtin.colorscheme): add `colors` option desc * docgen plz
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user