fix(glow): use ~ relative path for Nord style
glow expands ~ via go-homedir, so the absolute path is not needed. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
# style name or JSON path (default "auto")
|
# style name or JSON path (default "auto")
|
||||||
style: "/home/valknar/.config/glow/nord.json"
|
style: "~/.config/glow/nord.json"
|
||||||
# mouse support (TUI-mode only)
|
# mouse support (TUI-mode only)
|
||||||
mouse: false
|
mouse: false
|
||||||
# use pager to display markdown
|
# use pager to display markdown
|
||||||
|
|||||||
Reference in New Issue
Block a user