aboutsummaryrefslogtreecommitdiffstats
path: root/lua/nvim-lsp-installer/core/installer
Commit message (Collapse)AuthorAgeFilesLines
* mason.nvimWilliam Boman2022-07-072-286/+0
|
* chore: further decouple module structure (#685)William Boman2022-05-112-22/+22
|
* chore: refactor remaining installers to async impl (#616)William Boman2022-04-211-0/+42
|
* fix(async): slightly better support for nested coroutine contexts (#600)William Boman2022-04-162-0/+19
| | | | | | | | | * 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?).
* more async refactor (#587)William Boman2022-04-111-1/+2
|
* 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
|
* fix(r_language_server): run install script via stdin (#578)William Boman2022-04-061-0/+7
| | | Fixes #568.
* switch majority of installers to async implementation (#574)William Boman2022-04-062-0/+199