aboutsummaryrefslogtreecommitdiffstats
path: root/tests/mason-core/optional_spec.lua
Commit message (Collapse)AuthorAgeFilesLines
* chore(Optional): add :and_then() (#1270)William Boman2023-04-281-0/+45
|
* feat(cargo): improve handling of git-based crates (#512)William Boman2022-10-051-0/+17
| | | | This is all pretty overkill, especially considering the small amount of packages based on git-based crates.
* feat(mason-lspconfig): add :LspInstall and :LspUninstall commands (#35)William Boman2022-07-081-0/+14
| | | | These should be in complete parity with the nvim-lsp-installer commands. Now even better than before.
* refactor: add mason-schemas and mason-core modules (#29)William Boman2022-07-081-0/+63
* refactor: add mason-schemas and move generated filetype map to mason-lspconfig * refactor: add mason-core module