diff options
| author | williambotman[bot] <107473453+williambotman@users.noreply.github.com> | 2022-09-21 12:02:43 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-09-21 10:02:43 +0000 |
| commit | 604c2a386f2da444f3716be821a0572feebd8cff (patch) | |
| tree | f8b0dc16b16c9ad0e04fbf53df506aeed3204c48 | |
| parent | feat(gem): ensure bin path exist when linking (#449) (diff) | |
| download | mason-604c2a386f2da444f3716be821a0572feebd8cff.tar mason-604c2a386f2da444f3716be821a0572feebd8cff.tar.gz mason-604c2a386f2da444f3716be821a0572feebd8cff.tar.bz2 mason-604c2a386f2da444f3716be821a0572feebd8cff.tar.lz mason-604c2a386f2da444f3716be821a0572feebd8cff.tar.xz mason-604c2a386f2da444f3716be821a0572feebd8cff.tar.zst mason-604c2a386f2da444f3716be821a0572feebd8cff.zip | |
chore: update generated code (#450)
| -rw-r--r-- | PACKAGES.md | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/PACKAGES.md b/PACKAGES.md index ab4f1dad..0a2acb47 100644 --- a/PACKAGES.md +++ b/PACKAGES.md @@ -163,6 +163,7 @@ - [rome](#rome) - [rstcheck](#rstcheck) - [rubocop](#rubocop) +- [ruby-lsp](#ruby-lsp) - [rust-analyzer](#rust-analyzer) - [salt-lsp](#salt-lsp) - [selene](#selene) @@ -3495,6 +3496,25 @@ Categories: `Formatter` `Linter` ``` +# ruby-lsp + +> This gem is an implementation of the language server protocol specification for Ruby, used to improve editor features. + +Homepage: [https://github.com/Shopify/ruby-lsp](https://github.com/Shopify/ruby-lsp) +Languages: `Ruby` +Categories: `LSP` + +<details> + <summary>History:</summary> + +- [`6677e8f`](https://github.com/williamboman/mason.nvim/commit/6677e8f) 2022-09-20 - feat: add ruby-lsp ([#446](https://github.com/williamboman/mason.nvim/issues/446)) by Jay Patel +</details> + +``` +:MasonInstall ruby-lsp +``` + + # rust-analyzer > rust-analyzer is an implementation of Language Server Protocol for the Rust programming language. It provides |
