Open
Description
The current Lua callback that runs on_change is pretty fast for small buffers, but it is still blocking and should be make async so that it won't ever hold up the UI on redraws. This probably means we need some sort of debouncing too so we never queue up more jobs than the currently running plus a most recent one.
Metadata
Metadata
Assignees
Labels
No labels