- cross-posted to:
- vim
- cross-posted to:
- vim
This plugin adds Go language support for Vim. It includes:
- Commands for building, installling, running, testing, etc.
- Improved syntax highlighting and folding.
- Goto symbol declaration and documentation lookup.
- Debugging, completion, formatting, linting, etc. with gopls.
BSD 3-Clause License
You must log in or # to comment.
I like more https://github.com/govim/govim used vim-go for years until I finally found govim so much faster and less hacky.