From 51b7ec01a8e63d41150f4312ccceb7383641a787 Mon Sep 17 00:00:00 2001 From: "williambotman[bot]" <107473453+williambotman@users.noreply.github.com> Date: Tue, 18 Oct 2022 12:04:45 +0200 Subject: chore: update generated code (#571) --- PACKAGES.md | 63 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 63 insertions(+) (limited to 'PACKAGES.md') diff --git a/PACKAGES.md b/PACKAGES.md index 5cb91f78..f843fd8c 100644 --- a/PACKAGES.md +++ b/PACKAGES.md @@ -37,6 +37,7 @@ - [codelldb](#codelldb) - [codeql](#codeql) - [codespell](#codespell) +- [commitlint](#commitlint) - [cpplint](#cpplint) - [cpptools](#cpptools) - [crystalline](#crystalline) @@ -56,6 +57,7 @@ - [djlint](#djlint) - [dockerfile-language-server](#dockerfile-language-server) - [dot-language-server](#dot-language-server) +- [dprint](#dprint) - [editorconfig-checker](#editorconfig-checker) - [efm](#efm) - [elixir-ls](#elixir-ls) @@ -113,6 +115,7 @@ - [js-debug-adapter](#js-debug-adapter) - [json-lsp](#json-lsp) - [json-to-struct](#json-to-struct) +- [jsonlint](#jsonlint) - [jsonnet-language-server](#jsonnet-language-server) - [julia-lsp](#julia-lsp) - [kotlin-language-server](#kotlin-language-server) @@ -755,6 +758,7 @@ Categories: `DAP`
History: +- [`2742ada`](https://github.com/williamboman/mason.nvim/commit/2742ada) 2022-10-17 - feat: reduce some package sizes ([#567](https://github.com/williamboman/mason.nvim/issues/567)) 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
@@ -950,6 +954,25 @@ Categories: `Linter` ``` +# commitlint + +> commitlint checks if your commit messages meet the conventional commit format. + +Homepage: [https://commitlint.js.org/](https://commitlint.js.org/) +Languages: `GitCommit` +Categories: `Linter` + +
+ History: + +- [`d3abfbe`](https://github.com/williamboman/mason.nvim/commit/d3abfbe) 2022-10-17 - feat(registry): add commitlint ([#564](https://github.com/williamboman/mason.nvim/issues/564)) by Dan Sully +
+ +``` +:MasonInstall commitlint +``` + + # cpplint > Cpplint is a command-line tool to check C/C++ files for style issues following Google's C++ style guide @@ -1330,6 +1353,25 @@ Categories: `LSP` ``` +# dprint + +> A pluggable and configurable code formatting platform written in Rust. + +Homepage: [https://dprint.dev/](https://dprint.dev/) +Languages: +Categories: `Formatter` + +
+ History: + +- [`da5f398`](https://github.com/williamboman/mason.nvim/commit/da5f398) 2022-10-17 - feat(registry): add dprint formatter ([#562](https://github.com/williamboman/mason.nvim/issues/562)) by Silas Groh +
+ +``` +:MasonInstall dprint +``` + + # editorconfig-checker > A tool to verify that your files are in harmony with your `.editorconfig`. @@ -2178,6 +2220,7 @@ Categories: `LSP`
History: +- [`2742ada`](https://github.com/williamboman/mason.nvim/commit/2742ada) 2022-10-17 - feat: reduce some package sizes ([#567](https://github.com/williamboman/mason.nvim/issues/567)) 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
@@ -2444,6 +2487,7 @@ Categories: `DAP`
History: +- [`2742ada`](https://github.com/williamboman/mason.nvim/commit/2742ada) 2022-10-17 - feat: reduce some package sizes ([#567](https://github.com/williamboman/mason.nvim/issues/567)) by William Boman - [`75860d2`](https://github.com/williamboman/mason.nvim/commit/75860d2) 2022-09-21 - feat: add js-debug-adapter ([#442](https://github.com/williamboman/mason.nvim/issues/442)) by Hollis Wu
@@ -2491,6 +2535,25 @@ Categories: ``` +# jsonlint + +> A pure JavaScript version of the service provided at jsonlint.com. + +Homepage: [https://github.com/zaach/jsonlint](https://github.com/zaach/jsonlint) +Languages: `JSON` +Categories: `Linter` + +
+ History: + +- [`2a04590`](https://github.com/williamboman/mason.nvim/commit/2a04590) 2022-10-17 - feat(registry): add jsonlint tool for JSON ([#565](https://github.com/williamboman/mason.nvim/issues/565)) by Afranio Martins +
+ +``` +:MasonInstall jsonlint +``` + + # jsonnet-language-server > A Language Server Protocol (LSP) server for Jsonnet (https://jsonnet.org) -- cgit v1.2.3-70-g09d2