mirror of
https://github.com/mgechev/revive.git
synced 2024-11-24 08:32:22 +02:00
docs: reorder plugins
This commit is contained in:
parent
6fa95fb6ba
commit
6b0ad59b9d
@ -64,6 +64,7 @@ Since the default behavior of `revive` is compatible with `golint`, without prov
|
||||
### Text Editors
|
||||
|
||||
- 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):
|
||||
|
||||
```vim
|
||||
@ -77,8 +78,6 @@ call ale#linter#Define('go', {
|
||||
\})
|
||||
```
|
||||
|
||||
- Support for Atom via [linter-revive](https://github.com/morphy2k/linter-revive).
|
||||
|
||||
### Installation
|
||||
|
||||
```bash
|
||||
|
Loading…
Reference in New Issue
Block a user