diff options
| author | williambotman[bot] <107473453+williambotman@users.noreply.github.com> | 2022-10-06 12:04:38 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-10-06 10:04:38 +0000 |
| commit | 97b1dc96ea2bfe04193766b73e43afd54ea90d99 (patch) | |
| tree | 77bfffe4ac75153362b925d90a48dbf4023bb11b | |
| parent | feat: add gradle-language-server (#517) (diff) | |
| download | mason-97b1dc96ea2bfe04193766b73e43afd54ea90d99.tar mason-97b1dc96ea2bfe04193766b73e43afd54ea90d99.tar.gz mason-97b1dc96ea2bfe04193766b73e43afd54ea90d99.tar.bz2 mason-97b1dc96ea2bfe04193766b73e43afd54ea90d99.tar.lz mason-97b1dc96ea2bfe04193766b73e43afd54ea90d99.tar.xz mason-97b1dc96ea2bfe04193766b73e43afd54ea90d99.tar.zst mason-97b1dc96ea2bfe04193766b73e43afd54ea90d99.zip | |
chore: update generated code (#518)
| -rw-r--r-- | PACKAGES.md | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/PACKAGES.md b/PACKAGES.md index 4ca49dad..e8502ae9 100644 --- a/PACKAGES.md +++ b/PACKAGES.md @@ -88,6 +88,7 @@ - [gopls](#gopls) - [gotests](#gotests) - [gotestsum](#gotestsum) +- [gradle-language-server](#gradle-language-server) - [grammarly-languageserver](#grammarly-languageserver) - [graphql-language-service-cli](#graphql-language-service-cli) - [groovy-language-server](#groovy-language-server) @@ -1663,6 +1664,7 @@ Categories: `LSP` <details> <summary>History:</summary> +- [`7386840`](https://github.com/williamboman/mason.nvim/commit/7386840) 2022-10-05 - feat(cargo): improve handling of git-based crates ([#512](https://github.com/williamboman/mason.nvim/issues/512)) by William Boman - [`976aa4f`](https://github.com/williamboman/mason.nvim/commit/976aa4f) 2022-07-08 - refactor: add mason-schemas and mason-core modules ([#29](https://github.com/williamboman/mason.nvim/issues/29)) by William Boman - [`8cad236`](https://github.com/williamboman/mason.nvim/commit/8cad236) 2022-07-08 - refactor: move packages to mason-registry ([#27](https://github.com/williamboman/mason.nvim/issues/27)) by William Boman </details> @@ -1978,6 +1980,25 @@ Categories: ``` +# gradle-language-server + +> Gradle language server. + +Homepage: [https://github.com/microsoft/vscode-gradle](https://github.com/microsoft/vscode-gradle) +Languages: `Gradle` +Categories: `LSP` + +<details> + <summary>History:</summary> + +- [`f8b03eb`](https://github.com/williamboman/mason.nvim/commit/f8b03eb) 2022-10-06 - feat: add gradle-language-server ([#517](https://github.com/williamboman/mason.nvim/issues/517)) by William Boman +</details> + +``` +:MasonInstall gradle-language-server +``` + + # grammarly-languageserver > A language server implementation on top of Grammarly's SDK. @@ -2761,6 +2782,7 @@ Categories: `LSP` <details> <summary>History:</summary> +- [`7386840`](https://github.com/williamboman/mason.nvim/commit/7386840) 2022-10-05 - feat(cargo): improve handling of git-based crates ([#512](https://github.com/williamboman/mason.nvim/issues/512)) by William Boman - [`59e6fee`](https://github.com/williamboman/mason.nvim/commit/59e6fee) 2022-10-02 - feat: add move-analyzer ([#499](https://github.com/williamboman/mason.nvim/issues/499)) by Michael </details> @@ -4676,6 +4698,7 @@ Categories: `LSP` <details> <summary>History:</summary> +- [`7386840`](https://github.com/williamboman/mason.nvim/commit/7386840) 2022-10-05 - feat(cargo): improve handling of git-based crates ([#512](https://github.com/williamboman/mason.nvim/issues/512)) by William Boman - [`976aa4f`](https://github.com/williamboman/mason.nvim/commit/976aa4f) 2022-07-08 - refactor: add mason-schemas and mason-core modules ([#29](https://github.com/williamboman/mason.nvim/issues/29)) by William Boman - [`8cad236`](https://github.com/williamboman/mason.nvim/commit/8cad236) 2022-07-08 - refactor: move packages to mason-registry ([#27](https://github.com/williamboman/mason.nvim/issues/27)) by William Boman </details> |
