aboutsummaryrefslogtreecommitdiffstats
path: root/lua/nvim-lsp-installer/core/installer/init.lua
Commit message (Collapse)AuthorAgeFilesLines
* mason.nvimWilliam Boman2022-07-071-87/+0
|
* chore: further decouple module structure (#685)William Boman2022-05-111-8/+8
|
* fix(async): slightly better support for nested coroutine contexts (#600)William Boman2022-04-161-0/+4
| | | | | | | | | * fix(async): only dispatch first failure in a.wait_all * add InstallContext:run_concurrently This is needed due to how multiple coroutine contexts are used in a hierchical structure, and the async coroutine dispatcher loses this hierchical context inside callback functions invoked via FFI (I… assume?).
* fix(installer): always clean up tmp install dirWilliam Boman2022-04-111-1/+3
|
* make install context available via coroutine context (#586)William Boman2022-04-111-12/+28
|
* switch majority of installers to async implementation (#574)William Boman2022-04-061-0/+65