feat(bultin.buffer): add select_current option (#2918)

This commit is contained in:
Damjan 9000
2024-02-24 15:21:25 +01:00
committed by GitHub
parent 52190bd8f9
commit 6868df51d2
3 changed files with 6 additions and 0 deletions

View File

@@ -349,6 +349,7 @@ builtin.reloader = require_on_exported_call("telescope.builtin.__internal").relo
---@field bufnr_width number: Defines the width of the buffer numbers in front of the filenames (default: dynamic)
---@field file_encoding string: file encoding for the previewer
---@field sort_buffers function: sort fn(bufnr_a, bufnr_b). true if bufnr_a should go first. Runs after sorting by most recent (if specified)
---@field select_current boolean: select current buffer (default: false)
builtin.buffers = require_on_exported_call("telescope.builtin.__internal").buffers
--- Lists available colorschemes and applies them on `<cr>`