summaryrefslogtreecommitdiff
path: root/doc/telescope.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/telescope.txt')
-rw-r--r--doc/telescope.txt15
1 files changed, 11 insertions, 4 deletions
diff --git a/doc/telescope.txt b/doc/telescope.txt
index 04ce52f..4069722 100644
--- a/doc/telescope.txt
+++ b/doc/telescope.txt
@@ -1028,10 +1028,17 @@ builtin.git_branches({opts}) *telescope.builtin.git_branches()*
{opts} (table) options to pass to the picker
Options: ~
- {cwd} (string) specify the path of the repo
- {use_git_root} (boolean) if we should use git root as cwd or the cwd
- (important for submodule) (default: true)
- {pattern} (string) specify the pattern to match all refs
+ {cwd} (string) specify the path of the
+ repo
+ {use_git_root} (boolean) if we should use git root
+ as cwd or the cwd
+ (important for submodule)
+ (default: true)
+ {show_remote_tracking_branches} (boolean) show remote tracking
+ branches like origin/main
+ (default: true)
+ {pattern} (string) specify the pattern to
+ match all refs
builtin.git_status({opts}) *telescope.builtin.git_status()*