docs: document indicator padding option

Add indicator.padding (x, y) to the vimdoc help file and README config
tables.
This commit is contained in:
Stevan Freeborn
2026-07-06 20:34:19 -05:00
parent e57c55b867
commit d82c901ad6
3 changed files with 14 additions and 0 deletions
+1
View File
@@ -110,6 +110,7 @@ to close it. Press `<Leader>wxt` to toggle it back.
| `failure_hl` | `string` | `"WatchexecFailure"` | Highlight for failure state. |
| `width` | `integer` | `2` | Indicator width in cells. |
| `height` | `integer` | `1` | Indicator height in cells. |
| `padding` | `table` | `{ x = 1, y = 1 }` | Offset from editor edges. |
| `patterns` | `table` | *(see below)* | Lua patterns for parsing output. |
#### `indicator.patterns`