Skip to content

Commit 0954ccc

Browse files
authored
docs: showDiffStats option to README (#74)
1 parent dfb73a4 commit 0954ccc

1 file changed

Lines changed: 13 additions & 9 deletions

File tree

README.md

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -92,19 +92,23 @@ ui:
9292
# Color filenames by git status (default: true)
9393
colorFileNames: false
9494

95+
# Show the amount of lines added / removed next to the file
96+
showDiffStats: false
97+
9598
# Use side-by-side diff view (default: true, set false for unified)
9699
sideBySide: true
97100
```
98101
99-
| Option | Type | Default | Description |
100-
| :------------------- | :----- | :------------------ | :--------------------------------------------- |
101-
| `ui.hideHeader` | bool | `false` | Hide the "DIFFNAV" header |
102-
| `ui.hideFooter` | bool | `false` | Hide the footer with keybindings help |
103-
| `ui.showFileTree` | bool | `true` | Show file tree on startup |
104-
| `ui.fileTreeWidth` | int | `26` | Width of the file tree sidebar |
105-
| `ui.searchTreeWidth` | int | `50` | Width of the search panel |
106-
| `ui.icons` | string | `nerd-fonts-status` | Icon style (see below for details) |
107-
| `ui.colorFileNames` | bool | `true` | Color filenames by git status |
102+
| Option | Type | Default | Description |
103+
| :------------------- | :----- | :------------------ | :------------------------------------------------------------------------- |
104+
| `ui.hideHeader` | bool | `false` | Hide the "DIFFNAV" header |
105+
| `ui.hideFooter` | bool | `false` | Hide the footer with keybindings help |
106+
| `ui.showFileTree` | bool | `true` | Show file tree on startup |
107+
| `ui.fileTreeWidth` | int | `26` | Width of the file tree sidebar |
108+
| `ui.searchTreeWidth` | int | `50` | Width of the search panel |
109+
| `ui.icons` | string | `nerd-fonts-status` | Icon style (see below for details) |
110+
| `ui.colorFileNames` | bool | `true` | Color filenames by git status |
111+
| `ui.showDiffStats` | bool | `true` | Show the amount of lines added / removed next to the file |
108112
| `ui.sideBySide` | bool | `true` | Use side-by-side diff view (false for unified) |
109113

110114
### Icon Styles

0 commit comments

Comments
 (0)