docs: describe asynchronous preview updates
Build and Bundle Gleam App / format (push) Successful in 19s
Build and Bundle Gleam App / build-linux-binaries (push) Failing after 22s

This commit is contained in:
2026-09-16 17:15:59 +02:00
parent d630196f66
commit c056d64307
+3 -1
View File
@@ -135,7 +135,9 @@ export LUMA_MARKDOWN_BIN="$PWD/luma_markdown"
``` ```
It registers the `:LumaPreview` command and automatically refreshes the It registers the `:LumaPreview` command and automatically refreshes the
preview for `*.luma` files. preview for `*.luma` files. Conversion runs asynchronously and is debounced
while typing, so a slow converter does not block Neovim input; an older
conversion is discarded when newer buffer contents are available.
## Development ## Development