aboutsummaryrefslogtreecommitdiffstats
path: root/lua/mason-core/optional.lua
Commit message (Collapse)AuthorAgeFilesLines
* refactor: standardize constructors and improve inheritance constructionWilliam Boman2025-02-191-5/+9
|
* chore(Optional): add :and_then() (#1270)William Boman2023-04-281-0/+10
|
* feat: add provider interface (#601)William Boman2022-10-301-2/+6
|
* feat(cargo): improve handling of git-based crates (#512)William Boman2022-10-051-0/+10
| | | | 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-1/+1
| | | | (#296)
* chore: change emmylua annotation syntax from @ to : for comments (#73)William Boman2022-07-141-1/+1
|
* feat(mason-lspconfig): add :LspInstall and :LspUninstall commands (#35)William Boman2022-07-081-0/+8
| | | | 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/+100
* refactor: add mason-schemas and move generated filetype map to mason-lspconfig * refactor: add mason-core module