This commit is contained in:
Valeriy Filippov
2026-03-13 14:06:39 +03:00
parent 1a59631ed8
commit 8f092b7abf
5 changed files with 2901 additions and 0 deletions

7
yazi/yazi.toml Normal file
View File

@@ -0,0 +1,7 @@
[mgr]
ratio = [ 1, 4, 3 ]
[plugin]
prepend_previewers = [
{ url = "*.md", run = 'piper -- CLICOLOR_FORCE=1 glow -w=$w -s=dark "$1"'}
]