aboutsummaryrefslogtreecommitdiffstats
path: root/lua/mason-core/managers/std/init.lua
Commit message (Collapse)AuthorAgeFilesLines
* refactor!: remove old managers (#1497)William Boman2025-02-161-196/+0
|
* feat(installer): write more installation output to stdout (#1376)William Boman2023-06-281-1/+1
| | | This should give better insights into the installation progress.
* refactor: only schedule in a.scheduler() when in fast event (#1170)William Boman2023-04-021-6/+2
| | | Explicitly schedule via `a.wait(vim.schedule)` instead.
* style: enforce import order (#1092)William Boman2023-03-121-3/+3
| | | | | * chore(workflows): update dependencies * style: enforce import order
* refactor(std): remove zstd from untar (#966)William Boman2023-02-051-11/+1
| | | This accidentally remained in #963.
* feat(windows): manually decompress zstd archives before untar (#963)BVegNow2023-02-051-4/+32
| | | Co-authored-by: William Boman <william@redwill.se>
* fix(zls): support zst (#622)Access2022-11-031-3/+3
| | | Co-authored-by: William Boman <william@redwill.se>
* feat(std): attempt gzip on windows (#501)William Boman2022-10-031-1/+4
| | | Closes #498.
* feat: more competent platform detection (#436)William Boman2022-09-171-1/+1
|
* refactor: introduce selene, harden type defs, and use proper EmmyLua syntax ↵William Boman2022-08-151-14/+5
| | | | (#296)
* chore: change emmylua annotation syntax from @ to : for comments (#73)William Boman2022-07-141-2/+2
|
* refactor: add mason-schemas and mason-core modules (#29)William Boman2022-07-081-0/+188
* refactor: add mason-schemas and move generated filetype map to mason-lspconfig * refactor: add mason-core module