diff options
| author | David Mejorado <david.mejorado@gmail.com> | 2021-06-06 12:11:42 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-06 21:11:42 +0200 |
| commit | feaed4b6e23bd56906089154f293f2b1ecb68c7e (patch) | |
| tree | aaa959609cafd318ab45118f715664da460b7cbc /doc | |
| parent | 4aa45905101b687eb862a90f44f46c91fdd6cc70 (diff) | |
docs: update builtin.file_browser options (#887)
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/telescope.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/telescope.txt b/doc/telescope.txt index f20a686..750614f 100644 --- a/doc/telescope.txt +++ b/doc/telescope.txt @@ -465,7 +465,8 @@ builtin.file_browser({opts}) *builtin.file_browser()* {opts} (table) options to pass to the picker Fields: ~ - {search_dirs} (table) directory/directories to search in + {cwd} (string) directory path to browse (default is cwd) + {depth} (number) file tree depth to display (default is 1) builtin.treesitter() *builtin.treesitter()* |
