diff --git a/EDITORS.md b/EDITORS.md index 060c212b62..7f5a0c129b 100644 --- a/EDITORS.md +++ b/EDITORS.md @@ -1,8 +1,10 @@ # Editors -This file contains community driven instructions on how to set up the Ruby LSP in editors other than VS Code. For VS +This file contains community driven instructions on how to set up the Ruby LSP in some popular editors. For VS Code, use the official [Ruby LSP extension](https://marketplace.visualstudio.com/items?itemName=Shopify.ruby-lsp). +For other editors, we encourage the community to the use [public wiki](https://github.com/Shopify/ruby-lsp/wiki). + > [!NOTE] > Some Ruby LSP features may be unavailable or limited due to incomplete implementations of the Language Server > Protocol, such as dynamic feature registration, or [file watching](https://github.com/Shopify/ruby-lsp/issues/1456).