aboutsummaryrefslogtreecommitdiffstats
path: root/PACKAGES.md
diff options
context:
space:
mode:
authorwilliambotman[bot] <107473453+williambotman@users.noreply.github.com>2022-09-05 12:02:28 +0200
committerGitHub <noreply@github.com>2022-09-05 10:02:28 +0000
commite912899055911cb65565a39519eb12cfc762a881 (patch)
treecd29faa73327329d3ba0ae1d78c6176160acfa05 /PACKAGES.md
parentfeat: add ada-language-server (#380) (diff)
downloadmason-e912899055911cb65565a39519eb12cfc762a881.tar
mason-e912899055911cb65565a39519eb12cfc762a881.tar.gz
mason-e912899055911cb65565a39519eb12cfc762a881.tar.bz2
mason-e912899055911cb65565a39519eb12cfc762a881.tar.lz
mason-e912899055911cb65565a39519eb12cfc762a881.tar.xz
mason-e912899055911cb65565a39519eb12cfc762a881.tar.zst
mason-e912899055911cb65565a39519eb12cfc762a881.zip
chore: update generated code (#381)
Diffstat (limited to 'PACKAGES.md')
-rw-r--r--PACKAGES.md40
1 files changed, 40 insertions, 0 deletions
diff --git a/PACKAGES.md b/PACKAGES.md
index 47d905c8..1a0b312b 100644
--- a/PACKAGES.md
+++ b/PACKAGES.md
@@ -3,6 +3,7 @@
> `:Mason`
- [actionlint](#actionlint)
+- [ada-language-server](#ada-language-server)
- [alex](#alex)
- [angular-language-server](#angular-language-server)
- [ansible-language-server](#ansible-language-server)
@@ -21,6 +22,7 @@
- [blue](#blue)
- [bsl-language-server](#bsl-language-server)
- [buf](#buf)
+- [buf-language-server](#buf-language-server)
- [buildifier](#buildifier)
- [cbfmt](#cbfmt)
- [cfn-lint](#cfn-lint)
@@ -231,6 +233,25 @@ Categories: `Linter`
```
+# ada-language-server
+
+> Ada/SPARK language server
+
+Homepage: [https://github.com/AdaCore/ada_language_server](https://github.com/AdaCore/ada_language_server)
+Languages: `Ada`
+Categories: `LSP`
+
+<details>
+ <summary>History:</summary>
+
+- [`b109b49`](https://github.com/williamboman/mason.nvim/commit/b109b49) 2022-09-04 - feat: add ada-language-server ([#380](https://github.com/williamboman/mason.nvim/issues/380)) by Pierrick Guillaume
+</details>
+
+```
+:MasonInstall ada-language-server
+```
+
+
# alex
> Catch insensitive, inconsiderate writing
@@ -599,6 +620,25 @@ Categories: `Linter` `Formatter`
```
+# buf-language-server
+
+> `bufls` is a prototype for the beginnings of a Protobuf language server compatible with Buf modules and workspaces.
+
+Homepage: [https://github.com/bufbuild/buf-language-server](https://github.com/bufbuild/buf-language-server)
+Languages: `Protobuf`
+Categories: `LSP`
+
+<details>
+ <summary>History:</summary>
+
+- [`f1cb597`](https://github.com/williamboman/mason.nvim/commit/f1cb597) 2022-09-04 - feat: add buf-language-server ([#362](https://github.com/williamboman/mason.nvim/issues/362)) ([#378](https://github.com/williamboman/mason.nvim/issues/378)) by Jay Patel
+</details>
+
+```
+:MasonInstall buf-language-server
+```
+
+
# buildifier
> buildifier is a tool for formatting and linting bazel BUILD, WORKSPACE, and .bzl files.