diff options
| author | williambotman[bot] <107473453+williambotman@users.noreply.github.com> | 2023-01-05 11:02:38 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-01-05 10:02:38 +0000 |
| commit | b747b0fe8f6698c6c7d9a6e6b7b9ff101b1839b0 (patch) | |
| tree | 1e61bcdf7a4ed9e4c790a94f6535eb807882f46d | |
| parent | feat(registry): add ocamlformat (#851) (diff) | |
| download | mason-b747b0fe8f6698c6c7d9a6e6b7b9ff101b1839b0.tar mason-b747b0fe8f6698c6c7d9a6e6b7b9ff101b1839b0.tar.gz mason-b747b0fe8f6698c6c7d9a6e6b7b9ff101b1839b0.tar.bz2 mason-b747b0fe8f6698c6c7d9a6e6b7b9ff101b1839b0.tar.lz mason-b747b0fe8f6698c6c7d9a6e6b7b9ff101b1839b0.tar.xz mason-b747b0fe8f6698c6c7d9a6e6b7b9ff101b1839b0.tar.zst mason-b747b0fe8f6698c6c7d9a6e6b7b9ff101b1839b0.zip | |
chore: update generated code (#852)
| -rw-r--r-- | PACKAGES.md | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/PACKAGES.md b/PACKAGES.md index efb5566d..21b53204 100644 --- a/PACKAGES.md +++ b/PACKAGES.md @@ -152,6 +152,7 @@ - [node-debug2-adapter](#node-debug2-adapter) - [nxls](#nxls) - [ocaml-lsp](#ocaml-lsp) +- [ocamlformat](#ocamlformat) - [omnisharp](#omnisharp) - [omnisharp-mono](#omnisharp-mono) - [opencl-language-server](#opencl-language-server) @@ -3303,6 +3304,26 @@ Categories: `LSP` ``` +# ocamlformat + +> ocamlformat is a tool for formatting OCaml code. It automatically adjusts the layout of your code to follow the +recommended style guidelines, making it easier to read and understand. + +Homepage: [https://github.com/ocaml-ppx/ocamlformat](https://github.com/ocaml-ppx/ocamlformat) +Languages: `OCaml` +Categories: `Formatter` + +<details> + <summary>History:</summary> + +- [`b71538a`](https://github.com/williamboman/mason.nvim/commit/b71538a) 2023-01-05 - feat(registry): add ocamlformat ([#851](https://github.com/williamboman/mason.nvim/issues/851)) by Feiyou Guo +</details> + +``` +:MasonInstall ocamlformat +``` + + # omnisharp > OmniSharp language server based on Roslyn workspaces. This version of Omnisharp requires dotnet (.NET 6.0) to be |
