Add glow configuration.

This commit is contained in:
Bartek Stalewski 2025-03-10 01:23:15 +01:00
parent b877079593
commit 2fc5f7a514
Signed by: ftpd
SSH key fingerprint: SHA256:vGQiaNJcfUMLt3wF58+Zx15C6SpRDA9spUeggjVY8Yo

10
config/glow/glow.yml Normal file
View file

@ -0,0 +1,10 @@
# style name or JSON path (default "auto")
style: "auto"
# mouse support (TUI-mode only)
mouse: false
# use pager to display markdown
pager: true
# word-wrap at width
width: 80
# show all files, including hidden and ignored.
all: false