diff options
| author | anott03 <amitav_nott@ryecountryday.org> | 2021-07-14 13:25:00 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-14 19:25:00 +0200 |
| commit | df579bac425e4b6b69a0c8e694b154610cd5420b (patch) | |
| tree | fc4eb1bcbeeabe199bd997757bd72892fb4c07a0 /doc | |
| parent | a4896e5ef39a8006a8251d48d4cf24aac81a4f94 (diff) | |
refactor: move from telescope.path to plenary.path (#473)
This will deprecate telescope.path, we will remove it soon. Please move over to plenary.path
Co-authored-by: Simon Hauser <Simon-Hauser@outlook.de>
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/telescope.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/telescope.txt b/doc/telescope.txt index 832e4a5..06815c8 100644 --- a/doc/telescope.txt +++ b/doc/telescope.txt @@ -373,8 +373,9 @@ builtin.file_browser({opts}) *builtin.file_browser()* {opts} (table) options to pass to the picker Fields: ~ - {cwd} (string) directory path to browse (default is cwd) - {depth} (number) file tree depth to display (default is 1) + {cwd} (string) directory path to browse (default is cwd) + {depth} (number) file tree depth to display (default is 1) + {dir_icon} (string) change the icon for a directory. default: builtin.treesitter() *builtin.treesitter()* |
