VimでGoを使う人は大半の人がvim-goプラグインをインストールしているだろう。 fatih/vim-go https://github.com/fatih/vim-go 今年の3月、ついにvim-goがdelveをサポートした(他のVimプラグインを使えばすでにVimから使えたようだが)。 VimからGoのプログラムをデバッグする方法をまとめる。 https://github.com/fatih/vim-go/blob/master/CHANGELOG.md#117---march-27-2018 1.17 - (March 27, 2018) FEATURES: Debugger support! Add integrated support for the delve debugger. Use :GoInstallBinaries to install dlv, and see