feat (glow): Add glow.yaml

This commit is contained in:
js0ny 2024-11-20 14:49:35 +00:00
parent 808ae43abb
commit f815cdce66
5 changed files with 241 additions and 4 deletions

8
.config/glow/glow.yaml Normal file
View file

@ -0,0 +1,8 @@
# style name or JSON path (default "auto")
style: "auto"
# mouse support (TUI-mode only)
mouse: true
# use pager to display markdown
pager: true
# word-wrap at width
width: 80