break(git_files): change show_untracked default to false (#842)

This commit is contained in:
Ben Smith
2022-06-30 14:01:48 +02:00
committed by Simon Hauser
parent b98b9a93c6
commit 440684edad
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -977,7 +977,7 @@ builtin.git_files({opts}) *telescope.builtin.git_files()*
(default: true)
{show_untracked} (boolean) if true, adds `--others` flag to
command and shows untracked files
(default: true)
(default: false)
{recurse_submodules} (boolean) if true, adds the
`--recurse-submodules` flag to command
(default: false)