赞
踩
vim-go 是当前使用最为广泛的 Golang VIM 插件。
vim-go 支持的特性:
利用 gmarik/Vundle.vim 插件管理器即可安装。
Plugin 'fatih/vim-go'3
:PluginInstall
自动安装。安装好 vim-go 之后,执行 :GoInstallBinaries
开始交互式安装下列辅助工具:
vim-go: guru not found. Installing golang.org/x/tools/cmd/guru@master to folder /Users/mickeyfan/workspace/go/bin/ vim-go: gopls not found. Installing golang.org/x/tools/gopls@latest to folder /Users/mickeyfan/workspace/go/bin/ vim-go: fillstruct not found. Installing github.com/davidrjenni/reftools/cmd/fillstruct@master to folder /Users/mickeyfan/workspace/go/bin/ vim-go: godef not found. Installing github.com/rogpeppe/godef@master to folder /Users/mickeyfan/workspace/go/bin/ vim-go: motion not found. Installing github.com/fatih/motion@master to folder /Users/mickeyfan/workspace/go/bin/ vim-go: errcheck not found. Installing github.com/kisielk/errcheck@master to folder /Users/mickeyfan/workspace/go/bin/ vim-go: dlv not found. Installing github.com/go-delve/delve/cmd/dlv@master to folder /Users/mickeyfan/workspace/go/bin/ vim-go: iferr not found. Installing github.com/koron/iferr@master to folder /Users/mickeyfan/workspace/go/bin/ vim-go: golint not found. Installing golang.org/x/lint/golint@master to folder /Users/mickeyfan/workspace/go/bin/ vim-go: gotags not found. Installing github.com/jstemmer/gotags@master to folder /Users/mickeyfan/workspace/go/bin/ vim-go: impl not found. Installing github.com/josharian/impl@master to folder /Users/mickeyfan/workspace/go/bin/ vim-go: golangci-lint not found. Installing github.com/golangci/golangci-lint/cmd/golangci-lint@master to folder /Users/mickeyfan/workspace/go/bin/ vim-go: gomodifytags not found. Installing github.com/fatih/gomodifytags@master to folder /Users/mickeyfan/workspace/go/bin/ vim-go: keyify not found. Installing honnef.co/go/tools/cmd/keyify@master to folder /Users/mickeyfan/workspace/go/bin/ vim-go: gorename not found. Installing golang.org/x/tools/cmd/gorename@master to folder /Users/mickeyfan/workspace/go/bin/ vim-go: asmfmt not found. Installing github.com/klauspost/asmfmt/cmd/asmfmt@master to folder /Users/mickeyfan/workspace/go/bin/ vim-go: installing finished!
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。