ruby: Move Ruby extension to zed-extensions/ruby repo (#19098)
This commit is contained in:
parent
56163b1e35
commit
5445f898e8
28 changed files with 2 additions and 1097 deletions
|
@ -1,6 +1,6 @@
|
|||
# Ruby
|
||||
|
||||
Ruby support is available through the [Ruby extension](https://github.com/zed-industries/zed/tree/main/extensions/ruby).
|
||||
Ruby support is available through the [Ruby extension](https://github.com/zed-extensions/ruby).
|
||||
|
||||
- Tree-sitters:
|
||||
- [tree-sitter-ruby](https://github.com/tree-sitter/tree-sitter-ruby)
|
||||
|
@ -25,7 +25,7 @@ In addition to these two language servers, Zed also supports [rubocop](https://g
|
|||
|
||||
## Configuring a language server
|
||||
|
||||
The [Ruby extension](https://github.com/zed-industries/zed/tree/main/extensions/ruby) offers both `solargraph` and `ruby-lsp` language server support.
|
||||
The [Ruby extension](https://github.com/zed-extensions/ruby) offers both `solargraph` and `ruby-lsp` language server support.
|
||||
|
||||
### Using `solargraph`
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue