Skip to content

Commit

Permalink
chore: added minimal.lua for debug and testing
Browse files Browse the repository at this point in the history
  • Loading branch information
dharmx committed Jan 8, 2023
1 parent b04b717 commit b877e5d
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,12 @@ However, you could also pass a table into the extension call.
```lua
require("telescope").setup({
extensions = {
backend = "viu", -- "ueberzug"|"viu"|"chafa"|"jp2a"|catimg
on_confirm = canned.single.copy_path,
on_confirm_muliple = canned.multiple.bulk_copy,
cache_path = "/tmp/tele.media.cache",
media = {
backend = "viu", -- "ueberzug"|"viu"|"chafa"|"jp2a"|catimg
on_confirm = canned.single.copy_path,
on_confirm_muliple = canned.multiple.bulk_copy,
cache_path = "/tmp/tele.media.cache",
}
}
})
```
Expand Down

0 comments on commit b877e5d

Please sign in to comment.