aboutsummaryrefslogtreecommitdiffstats
path: root/lua/mason-schemas/lsp/deno.lua
Commit message (Collapse)AuthorAgeFilesLines
* refactor(schemas): don't vendor schemas in mason.nvim (#1248)William Boman2023-04-221-3/+0
| | | | | Instead, schemas are now defined in the package registry and downloaded during installation. See https://github.com/mason-org/mason-registry/pull/1319.
* chore: update generated code (#952)williambotman[bot]2023-01-281-1/+1
|
* chore: update generated code (#758)williambotman[bot]2022-12-121-1/+1
|
* chore: update generated code (#560)williambotman[bot]2022-10-161-1/+1
|
* feat(mason-lspconfig): add :LspInstall and :LspUninstall commands (#35)William Boman2022-07-081-0/+3
These should be in complete parity with the nvim-lsp-installer commands. Now even better than before.