solorice/config/yazi/plugins/glow.yazi
2024-12-10 08:11:14 +02:00
..
DO_NOT_MODIFY_ANYTHING_IN_THIS_DIRECTORY Use dotter 2024-08-28 09:02:07 +03:00
init.lua Update 2024-12-10 2024-12-10 08:11:14 +02:00
LICENSE Use dotter 2024-08-28 09:02:07 +03:00
README.md Update: 2024-10-17 2024-10-18 09:09:49 +03:00

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.