| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | mason.nvim | William Boman | 2022-07-07 | 1 | -121/+0 |
| | | |||||
| * | chore: update some logging (#761) | William Boman | 2022-06-08 | 1 | -0/+2 |
| | | | | | | * chore: update some logging * docs: add section about known errors | ||||
| * | refactor(pip3): use with_paths to set venv path (#736) | William Boman | 2022-05-30 | 1 | -1/+1 |
| | | |||||
| * | feat(luarocks): use luarocks.bat executable if it's available (#731) | William Boman | 2022-05-29 | 1 | -0/+2 |
| | | | | Closes #726. | ||||
| * | fix(spawn): don't check executable when spawning with custom PATH (#721) | William Boman | 2022-05-26 | 1 | -1/+1 |
| | | |||||
| * | fix(spawn): avoid spawning commands that aren't on PATH (#706) | William Boman | 2022-05-17 | 1 | -5/+29 |
| | | | | | This is primarily done to avoid cluttering the log file with a bunch of ERROR entries. Also avoids unnecessary roundtrips to uv_spawn, I guess. | ||||
| * | chore: further decouple module structure (#685) | William Boman | 2022-05-11 | 1 | -2/+2 |
| | | |||||
| * | chore: refactor remaining installers to async impl (#616) | William Boman | 2022-04-21 | 1 | -9/+11 |
| | | |||||
| * | fix(spawn): recursively parse arglist (#610) | William Boman | 2022-04-18 | 1 | -7/+12 |
| | | |||||
| * | fix(spawn): fix Failure.tostring when unable to retrieve uv_handle | William Boman | 2022-04-11 | 1 | -1/+5 |
| | | |||||
| * | fix(r_language_server): run install script via stdin (#578) | William Boman | 2022-04-06 | 1 | -3/+6 |
| | | | | Fixes #568. | ||||
| * | add async managers (#536) | William Boman | 2022-03-26 | 1 | -0/+79 |
