8 lines
147 B
TOML
8 lines
147 B
TOML
[mgr]
|
|
ratio = [ 1, 4, 3 ]
|
|
|
|
[plugin]
|
|
prepend_previewers = [
|
|
{ url = "*.md", run = 'piper -- CLICOLOR_FORCE=1 glow -w=$w -s=dark "$1"'}
|
|
]
|