diff options
| author | Gwarnifarn <gunnar.leber@gmail.com> | 2021-06-03 22:16:09 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-03 22:16:09 +0200 |
| commit | 2697bcfaf0fac861e08c3a55d9334ec6d823029f (patch) | |
| tree | 2ae7a3ef757896a002121355a167d2d866276ea6 /lua | |
| parent | 5b6b23a3a275626187ad0fbd25604b126cc6de73 (diff) | |
docs: add more builtin.buffers documentation (#888)
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/telescope/builtin/init.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lua/telescope/builtin/init.lua b/lua/telescope/builtin/init.lua index 12e5b7d..8d67609 100644 --- a/lua/telescope/builtin/init.lua +++ b/lua/telescope/builtin/init.lua @@ -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>` |
