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

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

* docgen plz

(cherry picked from commit 1fa3b801f0)
This commit is contained in:
James Trew
2024-05-20 10:52:19 +02:00
committed by Simon Hauser
parent 391581dd26
commit 332465c706
2 changed files with 4 additions and 0 deletions
+1
View File
@@ -322,6 +322,7 @@ builtin.buffers = require_on_exported_call("telescope.builtin.__internal").buffe
--- Lists available colorschemes and applies them on `<cr>`
---@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
builtin.colorscheme = require_on_exported_call("telescope.builtin.__internal").colorscheme