Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 455 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 455 Bytes

glow.yazi

Plugin for Yazi to preview markdown files with glow. To install, run the below mentioned command:

ya pack -a Reledia/glow

then include it in your yazi.toml to use:

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

Make sure you have glow installed, and can be found in PATH.