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
+12
View File
@@ -177,6 +177,18 @@ indicator (table|nil) ~
Height of the indicator in screen cells.
Default: 1
padding (table|nil) ~
*watchexec.Config.indicator.padding*
Offset from the editor edges. Each value is a number of screen cells.
x (integer|nil) ~
Horizontal offset from the left or right edge.
Default: 1
y (integer|nil) ~
Vertical offset from the top or bottom edge.
Default: 1
patterns (table|nil) ~
Lua patterns for detecting command lifecycle in output.
*watchexec.Config.indicator.patterns*