It will require changing the setting in settings.rs to specify which tool you want to use. Probably an enum, Bat, Glow, or None (None defaulting to cat).
Use Case
glow renders markdown with pizzazz! as their README.md says.
actually, in order to make it not a breaking change, I'm just going to add a new preview_with_glow setting and make it take precedence over the preview_with_bat setting.
Similar Issues
Description
Add support for using
glow
to render markdown previews rather thanbat
.https://github.com/charmbracelet/glow
It will require changing the setting in
settings.rs
to specify which tool you want to use. Probably an enum,Bat
,Glow
, orNone
(None
defaulting tocat
).Use Case
glow
renders markdown with pizzazz! as their README.md says.