|
92 | 92 | # Color filenames by git status (default: true) |
93 | 93 | colorFileNames: false |
94 | 94 |
|
| 95 | + # Show the amount of lines added / removed next to the file |
| 96 | + showDiffStats: false |
| 97 | + |
95 | 98 | # Use side-by-side diff view (default: true, set false for unified) |
96 | 99 | sideBySide: true |
97 | 100 | ``` |
98 | 101 |
|
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 | |
108 | 112 | | `ui.sideBySide` | bool | `true` | Use side-by-side diff view (false for unified) | |
109 | 113 |
|
110 | 114 | ### Icon Styles |
|
0 commit comments