mirror of
https://github.com/zoriya/telescope.nvim.git
synced 2026-05-27 08:32:48 +00:00
docs: update oneshot finder example (#2167)
This commit is contained in:
+1
-1
@@ -264,7 +264,7 @@ find results and call `entry_maker` for each entry. An example usage would be
|
||||
`find`.
|
||||
|
||||
```lua
|
||||
finder = finders.new_oneshot_job { "find", opts },
|
||||
finder = finders.new_oneshot_job({ "find" }, opts ),
|
||||
```
|
||||
|
||||
### More examples
|
||||
|
||||
Reference in New Issue
Block a user