diff options
| author | Luke Kershaw <35707277+l-kershaw@users.noreply.github.com> | 2021-08-03 10:08:42 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-03 11:08:42 +0200 |
| commit | f8caad1d6bd19dbd79945850342b49df41928525 (patch) | |
| tree | f19a51563854b37d30afde7f61b0e3887ca89f4a /doc | |
| parent | 5ff6f9ad070abccf57dda1011c517d14229bafbf (diff) | |
fix: fix `file_browser` on windows and potentially other file opens (#1026)
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/telescope.txt | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/telescope.txt b/doc/telescope.txt index 1cf5c91..c2f62fa 100644 --- a/doc/telescope.txt +++ b/doc/telescope.txt @@ -394,9 +394,11 @@ 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) - {dir_icon} (string) change the icon for a directory. default: + {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: + {hidden} (boolean) determines whether to show hidden files or not + (default is false) builtin.treesitter() *builtin.treesitter()* |
