aboutsummaryrefslogtreecommitdiffstats
path: root/lua/mason-core/managers/cargo/init.lua
Commit message (Collapse)AuthorAgeFilesLines
* refactor!: remove old managers (#1497)William Boman2025-02-161-199/+0
|
* 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-6/+6
| | | | | * chore(workflows): update dependencies * style: enforce import order
* refactor(cargo): utilize optional chaining (#513)William Boman2022-10-051-9/+10
|
* feat(cargo): improve handling of git-based crates (#512)William Boman2022-10-051-49/+118
| | | | This is all pretty overkill, especially considering the small amount of packages based on git-based crates.
* refactor: introduce selene, harden type defs, and use proper EmmyLua syntax ↵William Boman2022-08-151-6/+7
| | | | (#296)
* fix: remove unused .env() functions (#105)William Boman2022-07-211-8/+0
|
* 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/+140
* refactor: add mason-schemas and move generated filetype map to mason-lspconfig * refactor: add mason-core module