dotfiles/.config/yazi/plugins/mdcat.yazi/README.md
2026-04-25 16:39:11 +05:30

334 B

mdcat.yazi

Preview markdown files in yazi with mdcat.

Install this plugin with:

ya pack --add GrzegorzKozub/mdcat

Then set it up in your yazi.toml file by adding:

[plugin]
prepend_previewers = [
  { name = "*.md", run = "mdcat" },
]