Skip to content
This repository was archived by the owner on May 16, 2024. It is now read-only.

Commit f9767fd

Browse files
update: README.md
Changed the picker_cmd_args format
1 parent 378aef5 commit f9767fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Here is the default configuration:
7171
cmd_args = {}, -- example using glow: { "-s", "dark", "-w", "80" }
7272
cmd_ignore = {}, -- ignore cmd rendering for the listed docs
7373
picker_cmd = false, -- use cmd previewer in picker preview
74-
picker_cmd_args = {}, -- example using glow: { "-p" }
74+
picker_cmd_args = {}, -- example using glow: { "-s", "dark", "-w", "50" }
7575
mappings = { -- keymaps for the doc buffer
7676
open_in_browser = ""
7777
}

0 commit comments

Comments
 (0)