Skip to content

Commit

Permalink
IDEsAndTextEditorPlugins.md: vim: Syntastic (archived) to ALE
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
vitaly-zdanevich authored and gopherbot committed Jan 27, 2025
1 parent ee0e19c commit 59b858f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion IDEsAndTextEditorPlugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The [Go Developer Survey](https://go.dev/blog/survey2021-results) showed these a

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

0 comments on commit 59b858f

Please sign in to comment.