File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ It is built with only standard library dependencies. It additionally ships with
4444- [ Integration] ( #integration )
4545 - [ Rake] ( #rake )
4646 - [ RuboCop] ( #rubocop )
47- - [ VSCode ] ( #vscode )
47+ - [ Editors ] ( #editors )
4848- [ Contributing] ( #contributing )
4949- [ License] ( #license )
5050
@@ -550,9 +550,9 @@ inherit_gem:
550550
551551### Editors
552552
553- * Neovim - formatting via the LSP server can be configured using [ nvim-lspconfig](https://github.com/neovim/nvim-lspconfig).
554- * Vim - format via the CLI using [ALE (Asynchronous Lint Engine) ](https://github.com/dense-analysis/ale).
555- * Visual Studio Code - use the official extension [ruby-syntax-tree/vscode-syntax-tree](https://github.com/ruby-syntax-tree/vscode-syntax-tree).
553+ * [ Neovim](https://neovim.io/) - [neovim/ nvim-lspconfig](https://github.com/neovim/nvim-lspconfig).
554+ * [ Vim](https://www.vim.org/) - [dense-analysis/ale ](https://github.com/dense-analysis/ale).
555+ * [VSCode](https://code.visualstudio.com/) - [ruby-syntax-tree/vscode-syntax-tree](https://github.com/ruby-syntax-tree/vscode-syntax-tree).
556556
557557## Contributing
558558
You can’t perform that action at this time.
0 commit comments