nixos-private-dots/archive/yazi/plugins/glow.yazi
2025-12-12 10:30:00 +03:00
..
init.lua Initial commit 2025-12-12 10:30:00 +03:00
LICENSE Initial commit 2025-12-12 10:30:00 +03:00
README.md Initial commit 2025-12-12 10:30:00 +03:00

glow.yazi

Plugin for Yazi to preview markdown files with glow. To install, clone the repo inside your ~/.config/yazi/plugins/:

git clone https://github.com/Reledia/glow.yazi.git

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.