mirror of
https://github.com/charmbracelet/glow
synced 2024-11-10 06:04:18 +00:00
docs(readme): pull network stuff from config example
This commit is contained in:
parent
736e77dbc6
commit
b26341ec7b
1 changed files with 2 additions and 4 deletions
|
@ -176,13 +176,11 @@ Here's an example config:
|
|||
```yaml
|
||||
# style name or JSON path (default "auto")
|
||||
style: "light"
|
||||
# show local files only; no network (TUI-mode only)
|
||||
local: true
|
||||
# mouse support (TUI-mode only)
|
||||
# mouse wheel support (TUI-mode only)
|
||||
mouse: true
|
||||
# use pager to display markdown
|
||||
pager: true
|
||||
# word-wrap at width
|
||||
# at which column should we word wrap?
|
||||
width: 80
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue