From c056d64307678d52e845d7cee3dae3b862dcb648 Mon Sep 17 00:00:00 2001 From: Jason Pochanke Date: Wed, 16 Sep 2026 17:15:59 +0200 Subject: [PATCH] docs: describe asynchronous preview updates --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0149117..27c2f15 100644 --- a/README.md +++ b/README.md @@ -135,7 +135,9 @@ export LUMA_MARKDOWN_BIN="$PWD/luma_markdown" ``` 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 -- 2.52.0