summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBen Smith <37027883+smithbm2316@users.noreply.github.com>2021-05-31 02:12:18 +0000
committerGitHub <noreply@github.com>2021-05-30 22:12:18 -0400
commit654b11aa08e54255a55625e6bca514b9659b7896 (patch)
treef14eae169bd6dac22c89f764a02523a8fbe32dc9 /doc
parent517f4b204bbb9d9e0262648f3cbf5820ea14c8f0 (diff)
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>
Diffstat (limited to 'doc')
-rw-r--r--doc/telescope.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/telescope.txt b/doc/telescope.txt
index dfe5a65..ee0aa6a 100644
--- a/doc/telescope.txt
+++ b/doc/telescope.txt
@@ -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>`