docs: update vim-go info

This commit is contained in:
Denis Isaev 2019-03-31 19:47:32 +03:00
parent 2c69ef2eb0
commit 9ce2182d05
No known key found for this signature in database
GPG Key ID: A36A0EC8E27A1A01
2 changed files with 2 additions and 2 deletions

View File

@ -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.

View File

@ -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.