From 6b0ad59b9d9197610476cbf1457cea05d94eb083 Mon Sep 17 00:00:00 2001 From: mgechev Date: Tue, 31 Jul 2018 12:20:58 -0700 Subject: [PATCH] docs: reorder plugins --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index bddd549..6b1532d 100644 --- a/README.md +++ b/README.md @@ -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