aboutsummaryrefslogtreecommitdiffstats
path: root/lua/nvim-lsp-installer/core/managers/powershell
Commit message (Collapse)AuthorAgeFilesLines
* mason.nvimWilliam Boman2022-07-071-46/+0
|
* chore: further decouple module structure (#685)William Boman2022-05-111-1/+1
|
* chore: refactor remaining installers to async impl (#616)William Boman2022-04-211-4/+2
|
* fix(async): slightly better support for nested coroutine contexts (#600)William Boman2022-04-161-0/+2
| | | | | | | | | * 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-0/+46