docs: document viewer auto-close behaviour and limitations in open field

This commit is contained in:
Barrett Ruth 2026-03-04 15:45:56 -05:00
parent f6ce8a1544
commit 96df25b7be
Signed by: barrett
GPG key ID: A6C96C9349D2FC81

View file

@ -93,7 +93,12 @@ Provider fields:~
successful compilation in toggle/watch
mode. `true` uses |vim.ui.open()|. A
string[] is run as a command with the
output path appended.
output path appended. When a string[]
is used the viewer process is tracked
and sent SIGTERM when the buffer is
deleted. `true` and single-instance
apps (e.g. Chrome) do not support
auto-close.
`reload` boolean|string[]|function
Reload the output after recompilation.