mirror of
https://github.com/charmbracelet/glow
synced 2024-11-10 06:04:18 +00:00
Update default config and documentation
This commit is contained in:
parent
3285903aae
commit
b67e23e7df
2 changed files with 8 additions and 0 deletions
|
@ -176,6 +176,10 @@ Here's an example config:
|
|||
style: "light"
|
||||
# show local files only; no network (TUI-mode only)
|
||||
local: true
|
||||
# mouse support (TUI-mode only)
|
||||
mouse: true
|
||||
# use pager to display markdown
|
||||
pager: true
|
||||
# word-wrap at width
|
||||
width: 80
|
||||
```
|
||||
|
|
|
@ -16,6 +16,10 @@ const defaultConfig = `# 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: 80`
|
||||
|
||||
|
|
Loading…
Reference in a new issue