mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 16:53:00 +00:00
10 lines
262 B
YAML
10 lines
262 B
YAML
# ~/.config/glow/glow.yaml
|
|
# ln -sf $DOTFILES/glow/glow.yaml ~/.config/glow/glow.yaml
|
|
# 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
|