Skip to content

Commit 59b858f

Browse files
vitaly-zdanevichgopherbot
authored andcommitted
IDEsAndTextEditorPlugins.md: vim: Syntastic (archived) to ALE
Change-Id: I4ac8aec3cd51f0bb3ce7dd393cbe73e325bff9fd GitHub-Last-Rev: 455c98a GitHub-Pull-Request: #41 Reviewed-on: https://go-review.googlesource.com/c/wiki/+/644555 Reviewed-by: Ian Lance Taylor <[email protected]> Auto-Submit: Ian Lance Taylor <[email protected]> Commit-Queue: Ian Lance Taylor <[email protected]>
1 parent ee0e19c commit 59b858f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

IDEsAndTextEditorPlugins.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ The [Go Developer Survey](https://go.dev/blog/survey2021-results) showed these a
99

1010
* **[Vim](http://www.vim.org/)** & **[Neovim](https://neovim.io/)**: Vi Improved. There are a number of plugins available that make editing Go code easier.
1111
* The [vim-go](https://github.com/fatih/vim-go) plugin includes misc/vim and has many other new improvements.
12-
* The [Syntastic](https://github.com/scrooloose/syntastic) plugin gives instant feedback on compile errors
12+
* [ALE](https://github.com/dense-analysis/ale) for linting, async
1313
* [coc](https://github.com/neoclide/coc.nvim) for code completion
1414
* The [tagbar](https://github.com/majutsushi/tagbar) plugin uses Gotags, above, to show an outline of the current file
1515
* A [vim compiler plugin](https://github.com/rjohnsondev/vim-compiler-go) for syntax checking

0 commit comments

Comments
 (0)