Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 3ecc988

Browse files
committed
Correct the TOC
1 parent f78afc0 commit 3ecc988

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)