flâneur

fatih/vim-go: Go development plugin for Vim

github.com · 537 words · saved by 1 readers

Go development plugin for Vim

Features This plugin adds Go language support for Vim, with the following main features: Compile your package with :GoBuild, install it with :GoInstall or test it with :GoTest. Run a single test with :GoTestFunc). Quickly execute your current file(s) with :GoRun. Improved syntax highlighting and folding. Debug programs with integrated delve support with :GoDebugStart. Completion and many other features support via gopls. formatting on save keeps the cursor position and undo history. Go to symbol/declaration with :GoDef. Look up documentation with :GoDoc or :GoDocBrowser. Easily…

saved by

related reading