| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | refactor: add mason-schemas and mason-core modules (#29) | William Boman | 2022-07-08 | 1 | -100/+0 |
| | | | | | | * refactor: add mason-schemas and move generated filetype map to mason-lspconfig * refactor: add mason-core module | ||||
| * | style: more stylua | William Boman | 2022-07-07 | 1 | -4/+3 |
| | | |||||
| * | mason.nvim | William Boman | 2022-07-07 | 1 | -71/+36 |
| | | |||||
| * | chore: further decouple module structure (#685) | William Boman | 2022-05-11 | 1 | -15/+15 |
| | | |||||
| * | fix(async): slightly better support for nested coroutine contexts (#600) | William Boman | 2022-04-16 | 1 | -0/+44 |
| | | | | | | | | | | * 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?). | ||||
| * | make install context available via coroutine context (#586) | William Boman | 2022-04-11 | 1 | -2/+6 |
| | | |||||
| * | switch majority of installers to async implementation (#574) | William Boman | 2022-04-06 | 1 | -0/+88 |
