Skip to content

Commit

Permalink
docs: fix param defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
jamestrew committed Aug 4, 2024
1 parent 19a0b7f commit a467808
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions doc/telescope-file-browser.txt
Original file line number Diff line number Diff line change
Expand Up @@ -125,12 +125,12 @@ Extends |telescope.picker.opts|
• See make_entry.lua for an example on how to further customize

Fields: ~
{path} (`string`) dir to browse files from,
`vim.fn.expanded` automatically (default:
`vim.loop.cwd()` )
{cwd} (`string`) dir to browse folders from,
`vim.fn.expanded` automatically (default:
`vim.loop.cwd()` )
{path} (`string`, default: `vim.loop.cwd()`) dir to
browse files from, `vim.fn.expanded`
automatically
{cwd} (`string`, default: `vim.loop.cwd()`) dir to
browse folders from, `vim.fn.expanded`
automatically
• {cwd_to_path} (`boolean`, default: `false`) whether folder
browser is launched from `path` rather than
`cwd`
Expand Down

0 comments on commit a467808

Please sign in to comment.