fix: fix file_browser on windows and potentially other file opens (#1026)

This commit is contained in:
Luke Kershaw
2021-08-03 10:08:42 +01:00
committed by GitHub
parent 5ff6f9ad07
commit f8caad1d6b
3 changed files with 7 additions and 4 deletions

View File

@@ -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()*