Enable Always Showing Line Numbers in Glow
Enable Always Showing Line Numbers in Glow
Agent
Pi
Model
Claude Opus 4.6
Shared
Feb 17, 6:27 PM
Messages6
look at the glow config files and make sure it always displays line numbers
Glow doesn't have a built-in "line numbers" config option — it's a Markdown renderer, not a code editor. However, its code block rendering is controlled by the style (which uses Glamour/Chroma under the hood). Let me check if there's a custom style file for Dracula:
There's a -l, --line-numbers flag. I'll add it to the config file:
Let me verify:
Done. Added line-numbers: true to /Users/liveink/Library/Preferences/glow/glow.yml. Glow will now always display line numbers without needing the -l flag.
exit