File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -933,7 +933,8 @@ builtin.find_files({opts}) *telescope.builtin.find_files()*
933
933
`find_command`
934
934
{follow} (boolean) if true, follows symlinks
935
935
(i.e. uses `- L` flag for the
936
- `find ` command)
936
+ `find ` command) (default:
937
+ false)
937
938
{hidden} (boolean) determines whether to show
938
939
hidden files or not (default:
939
940
false)
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ builtin.grep_string = require_on_exported_call("telescope.builtin.__files").grep
77
77
--- @field cwd string : root dir to search from (default : cwd , use utils.buffer_dir () to search relative to open buffer )
78
78
--- @field find_command function | table : cmd to use for the search. Can be a fn (opts ) -> tbl (default : autodetect )
79
79
--- @field file_entry_encoding string : encoding of output of ` find_command`
80
- --- @field follow boolean : if true , follows symlinks (i.e. uses ` -L` flag for the ` find` command )
80
+ --- @field follow boolean : if true , follows symlinks (i.e. uses ` -L` flag for the ` find` command ) ( default : false )
81
81
--- @field hidden boolean : determines whether to show hidden files or not (default : false )
82
82
--- @field no_ignore boolean : show files ignored by .gitignore , .ignore , etc. (default : false )
83
83
--- @field no_ignore_parent boolean : show files ignored by .gitignore , .ignore , etc. in parent dirs. (default : false )
You can’t perform that action at this time.
0 commit comments