From 9ce2182d0513beda31275051244271afa05f2c33 Mon Sep 17 00:00:00 2001 From: Denis Isaev Date: Sun, 31 Mar 2019 19:47:32 +0300 Subject: [PATCH] docs: update vim-go info --- README.md | 2 +- README.tmpl.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3fe563df..0cd75632 100644 --- a/README.md +++ b/README.md @@ -254,7 +254,7 @@ golangci-lint run --disable-all -E errcheck * [Spacemacs](https://github.com/syl20bnr/spacemacs/blob/develop/layers/+lang/go/README.org#pre-requisites) * [flycheck checker](https://github.com/weijiangan/flycheck-golangci-lint). 5. Vim - * vim-go open [issue](https://github.com/fatih/vim-go/issues/1841) + * [vim-go](https://github.com/fatih/vim-go) * syntastic [merged pull request](https://github.com/vim-syntastic/syntastic/pull/2190) with golangci-lint support * ale [merged pull request](https://github.com/w0rp/ale/pull/1890) with golangci-lint support 6. Atom - [go-plus](https://atom.io/packages/go-plus) supports golangci-lint. diff --git a/README.tmpl.md b/README.tmpl.md index 97035761..f57d8a45 100644 --- a/README.tmpl.md +++ b/README.tmpl.md @@ -223,7 +223,7 @@ golangci-lint run --disable-all -E errcheck * [Spacemacs](https://github.com/syl20bnr/spacemacs/blob/develop/layers/+lang/go/README.org#pre-requisites) * [flycheck checker](https://github.com/weijiangan/flycheck-golangci-lint). 5. Vim - * vim-go open [issue](https://github.com/fatih/vim-go/issues/1841) + * [vim-go](https://github.com/fatih/vim-go) * syntastic [merged pull request](https://github.com/vim-syntastic/syntastic/pull/2190) with golangci-lint support * ale [merged pull request](https://github.com/w0rp/ale/pull/1890) with golangci-lint support 6. Atom - [go-plus](https://atom.io/packages/go-plus) supports golangci-lint.