feat(builtin.colorscheme): add option ignore_builtins (#3155)

This commit is contained in:
Chris Grieser
2024-06-15 15:29:34 +02:00
committed by GitHub
parent 19584e666f
commit 77cab9ad63
3 changed files with 20 additions and 4 deletions

View File

@@ -357,6 +357,7 @@ builtin.buffers = require_on_exported_call("telescope.builtin.__internal").buffe
---@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 ignore_builtins boolean: if true, builtin colorschemes are not listed
builtin.colorscheme = require_on_exported_call("telescope.builtin.__internal").colorscheme
--- Lists vim marks and their value, jumps to the mark on `<cr>`