File tree 1 file changed +4
-4
lines changed
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
44
44
- [ Integration] ( #integration )
45
45
- [ Rake] ( #rake )
46
46
- [ RuboCop] ( #rubocop )
47
- - [ VSCode ] ( #vscode )
47
+ - [ Editors ] ( #editors )
48
48
- [ Contributing] ( #contributing )
49
49
- [ License] ( #license )
50
50
@@ -550,9 +550,9 @@ inherit_gem:
550
550
551
551
### Editors
552
552
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).
556
556
557
557
## Contributing
558
558
You can’t perform that action at this time.
0 commit comments