docs: fix formatting of padding description in README.md

This commit is contained in:
Stevan Freeborn
2026-07-06 21:06:05 -05:00
parent a67e39eeb3
commit d424bd7307
+1 -1
View File
@@ -110,7 +110,7 @@ to close it. Press `<Leader>wxt` to toggle it back.
| `failure_hl` | `string` | `"WatchexecFailure"` | Highlight for failure state. | | `failure_hl` | `string` | `"WatchexecFailure"` | Highlight for failure state. |
| `width` | `integer` | `2` | Indicator width in cells. | | `width` | `integer` | `2` | Indicator width in cells. |
| `height` | `integer` | `1` | Indicator height in cells. | | `height` | `integer` | `1` | Indicator height in cells. |
| `padding` | `table` | `{ x = 1, y = 3 }` | Offset from editor edges. | | `padding` | `table` | `{ x = 1, y = 3 }` | Offset from editor edges. |
| `patterns` | `table` | *(see below)* | Lua patterns for parsing output. | | `patterns` | `table` | *(see below)* | Lua patterns for parsing output. |
#### `indicator.patterns` #### `indicator.patterns`