Glow config with 140 character width as default

This commit is contained in:
Brian Zalewski 2024-04-01 07:46:05 +00:00
parent 4623b0efba
commit 1ae7999689
2 changed files with 13 additions and 0 deletions

View file

@ -0,0 +1,3 @@
{{- if eq .host.distro.family "darwin" -}}
{{ .chezmoi.homeDir }}/.config/glow/glow.yml
{{- end -}}

View file

@ -0,0 +1,10 @@
# style name or JSON path (default "auto")
style: "auto"
# show local files only; no network (TUI-mode only)
local: false
# mouse support (TUI-mode only)
mouse: false
# use pager to display markdown
pager: false
# word-wrap at width
width: 140