diff options
| author | Jeremy Neal <hello@radglob.com> | 2022-06-06 08:06:34 -0400 |
|---|---|---|
| committer | Simon Hauser <simon.hauser@helsinki-systems.de> | 2022-06-30 14:01:50 +0200 |
| commit | 8488cd5ac7a5c5b99773b5b8de5723ce4cedc796 (patch) | |
| tree | 1c8b569f65b9a5feecf9eb32395dafd4382e7c9d /doc | |
| parent | a6c9ae088e354c529db8bedf04166e1ab8a6f1b2 (diff) | |
feat: no-ignore-parent shorthand option for find_files. (#1963)
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/telescope.txt | 29 |
1 files changed, 16 insertions, 13 deletions
diff --git a/doc/telescope.txt b/doc/telescope.txt index 43a5ccc..9f3b339 100644 --- a/doc/telescope.txt +++ b/doc/telescope.txt @@ -878,19 +878,22 @@ builtin.find_files({opts}) *telescope.builtin.find_files()* {opts} (table) options to pass to the picker Options: ~ - {cwd} (string) root dir to search from (default: cwd, use - utils.buffer_dir() to search relative to - open buffer) - {find_command} (table) command line arguments for `find_files` to - use for the search, overrides default: - config - {follow} (boolean) if true, follows symlinks (i.e. uses `-L` - flag for the `find` command) - {hidden} (boolean) determines whether to show hidden files or - not (default: false) - {no_ignore} (boolean) show files ignored by .gitignore, .ignore, - etc. (default: false) - {search_dirs} (table) directory/directories to search in + {cwd} (string) root dir to search from (default: cwd, + use utils.buffer_dir() to search + relative to open buffer) + {find_command} (table) command line arguments for `find_files` + to use for the search, overrides + default: config + {follow} (boolean) if true, follows symlinks (i.e. uses + `-L` flag for the `find` command) + {hidden} (boolean) determines whether to show hidden files + or not (default: false) + {no_ignore} (boolean) show files ignored by .gitignore, + .ignore, etc. (default: false) + {no_ignore_parent} (boolean) show files ignored by .gitignore, + .ignore, etc. in parent dirs. (default: + false) + {search_dirs} (table) directory/directories to search in builtin.fd() *telescope.builtin.fd()* |
