地方エンジニアの学習日記

興味ある技術の雑なメモだったりを書いてくブログ。たまに日記とガジェット紹介。

vim-go: could not find 'goimports'. Run :GoInstallBinaries to fix it

色々いじってたらgo開発環境のvimがおかしくなった。

vim-go: could not find 'goimports'. Run :GoInstallBinaries to fix it

vim内で:GoInstallBinariesを実行することで解決。

ついでにcoc関連でgoplsもうまく動いてなかったようなので再インストール

インストール方法

$ go get golang.org/x/tools/gopls@latest

github.com

:echo executable('gopls')

ってやって1が帰って来れば問題なし。ひとまず解決。