1
0
mirror of https://github.com/mgechev/revive.git synced 2024-11-28 08:49:11 +02:00

docs: reorder plugins

This commit is contained in:
mgechev 2018-07-31 12:20:58 -07:00
parent 6fa95fb6ba
commit 6b0ad59b9d

View File

@ -64,6 +64,7 @@ Since the default behavior of `revive` is compatible with `golint`, without prov
### Text Editors ### Text Editors
- Support for VSCode in [vscode-go](https://github.com/Microsoft/vscode-go/pull/1699). - Support for VSCode in [vscode-go](https://github.com/Microsoft/vscode-go/pull/1699).
- Support for Atom via [linter-revive](https://github.com/morphy2k/linter-revive).
- Support for vim via [w0rp/ale](https://github.com/w0rp/ale): - Support for vim via [w0rp/ale](https://github.com/w0rp/ale):
```vim ```vim
@ -77,8 +78,6 @@ call ale#linter#Define('go', {
\}) \})
``` ```
- Support for Atom via [linter-revive](https://github.com/morphy2k/linter-revive).
### Installation ### Installation
```bash ```bash