Keep Neovim preview responsive #4
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user