docs: add more builtin.buffers documentation (#888)

This commit is contained in:
Gwarnifarn
2021-06-03 22:16:09 +02:00
committed by GitHub
parent 5b6b23a3a2
commit 2697bcfaf0
2 changed files with 7 additions and 0 deletions

View File

@@ -212,6 +212,8 @@ builtin.reloader = require('telescope.builtin.internal').reloader
---@field show_all_buffers boolean: if true, show all buffers, including unloaded buffers (default true)
---@field ignore_current_buffer boolean: if true, don't show the current buffer in the list (default false)
---@field only_cwd boolean: if true, only show buffers in the current working directory (default false)
---@field sort_lastused boolean: if true, sort the shown buffers so that the last used one is selected (default false)
---@field bufnr_width number: Defines the width of the buffer numbers in front of the filenames
builtin.buffers = require('telescope.builtin.internal').buffers
--- Lists available colorschemes and applies them on `<cr>`