docs: mention default value of follow option for find_files (#3209)
https://github.com/nvim-telescope/telescope.nvim/blob/master/lua/telescope/builtin/__files.lua#L298 It seems the default value is `false`, and unlike other options, the default value of `follow` option is not mentioned.
This commit is contained in:
@@ -933,7 +933,8 @@ builtin.find_files({opts}) *telescope.builtin.find_files()*
|
||||
`find_command`
|
||||
{follow} (boolean) if true, follows symlinks
|
||||
(i.e. uses `-L` flag for the
|
||||
`find` command)
|
||||
`find` command) (default:
|
||||
false)
|
||||
{hidden} (boolean) determines whether to show
|
||||
hidden files or not (default:
|
||||
false)
|
||||
|
||||
Reference in New Issue
Block a user