Files
neovim/runtime/lua
Lewis Russell 80c2181ce9 refactor(pack): use vim.async
Problem: vim.pack uses a private async implementation even though
vim.async is now available.

Solution: Remove the private implementation and run plugin operations in
structured task scopes. Bound parallel work with semaphores and use
protected awaits so cancellation still propagates.

AI-assisted
2026-09-07 10:53:56 +01:00
..
2026-03-16 10:29:58 +01:00
2026-09-07 10:53:56 +01:00
2025-02-09 18:10:54 +01:00