Lua-async
Summary
The Lua-async article documents Neovim's structured async API for Lua, enabling non-blocking code via vim.async with run, await, and checkpoint mechanisms. It covers task management, cancellation, semaphores, and coordination helpers, and provides Lua examples to illustrate non-blocking workflows within Neovim. This is a valuable resource for developers extending Neovim with asynchronous Lua plugins and workflows.