aboutsummaryrefslogtreecommitdiffstats
path: root/PACKAGES.md
diff options
context:
space:
mode:
authorwilliambotman[bot] <107473453+williambotman@users.noreply.github.com>2022-10-09 12:03:08 +0200
committerGitHub <noreply@github.com>2022-10-09 10:03:08 +0000
commit02c35f3d638d976c2b85dd393e5903bd24465c2c (patch)
treec5de0a586d8d879c548696a2ddec5d4442e25481 /PACKAGES.md
parentfeat(registry): add beautysh formatter (#526) (diff)
downloadmason-02c35f3d638d976c2b85dd393e5903bd24465c2c.tar
mason-02c35f3d638d976c2b85dd393e5903bd24465c2c.tar.gz
mason-02c35f3d638d976c2b85dd393e5903bd24465c2c.tar.bz2
mason-02c35f3d638d976c2b85dd393e5903bd24465c2c.tar.lz
mason-02c35f3d638d976c2b85dd393e5903bd24465c2c.tar.xz
mason-02c35f3d638d976c2b85dd393e5903bd24465c2c.tar.zst
mason-02c35f3d638d976c2b85dd393e5903bd24465c2c.zip
chore: update generated code (#529)
Diffstat (limited to 'PACKAGES.md')
-rw-r--r--PACKAGES.md60
1 files changed, 60 insertions, 0 deletions
diff --git a/PACKAGES.md b/PACKAGES.md
index eae03694..67a186c6 100644
--- a/PACKAGES.md
+++ b/PACKAGES.md
@@ -16,6 +16,7 @@
- [bash-debug-adapter](#bash-debug-adapter)
- [bash-language-server](#bash-language-server)
- [beancount-language-server](#beancount-language-server)
+- [beautysh](#beautysh)
- [bicep-lsp](#bicep-lsp)
- [black](#black)
- [blade-formatter](#blade-formatter)
@@ -76,6 +77,7 @@
- [foam-language-server](#foam-language-server)
- [fortls](#fortls)
- [fsautocomplete](#fsautocomplete)
+- [gersemi](#gersemi)
- [gitlint](#gitlint)
- [go-debug-adapter](#go-debug-adapter)
- [gofumpt](#gofumpt)
@@ -155,6 +157,7 @@
- [puppet-editor-services](#puppet-editor-services)
- [purescript-language-server](#purescript-language-server)
- [pydocstyle](#pydocstyle)
+- [pylama](#pylama)
- [pylint](#pylint)
- [pyproject-flake8](#pyproject-flake8)
- [pyre](#pyre)
@@ -516,6 +519,25 @@ Categories: `LSP`
```
+# beautysh
+
+> beautysh - A Bash beautifier for the masses.
+
+Homepage: [https://github.com/lovesegfault/beautysh](https://github.com/lovesegfault/beautysh)
+Languages: `Bash`
+Categories: `Formatter`
+
+<details>
+ <summary>History:</summary>
+
+- [`54313a6`](https://github.com/williamboman/mason.nvim/commit/54313a6) 2022-10-09 - feat(registry): add beautysh formatter ([#526](https://github.com/williamboman/mason.nvim/issues/526)) by Jay Patel
+</details>
+
+```
+:MasonInstall beautysh
+```
+
+
# bicep-lsp
> Bicep is a declarative language for describing and deploying Azure resources
@@ -1735,6 +1757,25 @@ Categories: `LSP`
```
+# gersemi
+
+> gersemi - A formatter to make your CMake code the real treasure.
+
+Homepage: [https://github.com/BlankSpruce/gersemi](https://github.com/BlankSpruce/gersemi)
+Languages: `CMake`
+Categories: `Formatter`
+
+<details>
+ <summary>History:</summary>
+
+- [`fa33319`](https://github.com/williamboman/mason.nvim/commit/fa33319) 2022-10-09 - feat(registry): add gersemi formatter ([#525](https://github.com/williamboman/mason.nvim/issues/525)) by Jay Patel
+</details>
+
+```
+:MasonInstall gersemi
+```
+
+
# gitlint
> Gitlint is a git commit message linter written in python: it checks your commit messages for style.
@@ -3351,6 +3392,25 @@ Categories: `Linter`
```
+# pylama
+
+> Code audit tool for Python.
+
+Homepage: [https://klen.github.io/pylama/](https://klen.github.io/pylama/)
+Languages: `Python`
+Categories: `Linter`
+
+<details>
+ <summary>History:</summary>
+
+- [`d726743`](https://github.com/williamboman/mason.nvim/commit/d726743) 2022-10-08 - feat(registry): add pylama linter ([#523](https://github.com/williamboman/mason.nvim/issues/523)) by Kazi Sadman Ahmed
+</details>
+
+```
+:MasonInstall pylama
+```
+
+
# pylint
> Pylint is a static code analyser for Python 2 or 3