Change the show_all_buffers option to true by default for buffers picker (#858)
* show_all_buffers true by default, added docs * [docgen] Update doc/telescope.txt skip-checks: true * fix for docs, used param instead of field oops * [docgen] Update doc/telescope.txt skip-checks: true Co-authored-by: Github Actions <actions@github>
This commit is contained in:
@@ -672,6 +672,15 @@ builtin.buffers({opts}) *builtin.buffers()*
|
||||
Parameters: ~
|
||||
{opts} (table) options to pass to the picker
|
||||
|
||||
Fields: ~
|
||||
{show_all_buffers} (boolean) if true, show all buffers, including
|
||||
unloaded buffers (default true)
|
||||
{ignore_current_buffer} (boolean) if true, don't show the current
|
||||
buffer in the list (default false)
|
||||
{only_cwd} (boolean) if true, only show buffers in the
|
||||
current working directory (default
|
||||
false)
|
||||
|
||||
|
||||
builtin.colorscheme({opts}) *builtin.colorscheme()*
|
||||
Lists available colorschemes and applies them on `<cr>`
|
||||
|
||||
Reference in New Issue
Block a user