-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Output of messages is:
[deoplete] deoplete requires nvim 0.3.0+.
vim-go: could not find 'gotags'. Run :GoInstallBinaries to fix it
vim-go: go executable not found.
➜ global docker images | grep thawk
thawk/spacevim latest 48645dc00a84 4 weeks ago 612MB
thawk/spacevim-base latest a176d9e8c8c3 3 months ago 557MB
I checked that you are install Go - still didn't find Go. Also you can avoid the installation of Go binaries by install them directly.
# Go requirements
&& go get -v -u -d github.com/klauspost/asmfmt/cmd/asmfmt \
&& go build -o $GOBIN/asmfmt github.com/klauspost/asmfmt/cmd/asmfmt \
&& go get -v -u -d github.com/go-delve/delve/cmd/dlv \
&& go build -o $GOBIN/dlv github.com/go-delve/delve/cmd/dlv \
&& go get -v -u -d github.com/kisielk/errcheck \
&& go build -o $GOBIN/errcheck github.com/kisielk/errcheck \
&& go get -v -u -d github.com/davidrjenni/reftools/cmd/fillstruct \
&& go build -o $GOBIN/fillstruct github.com/davidrjenni/reftools/cmd/fillstruct \
&& go get -v -u -d github.com/mdempsky/gocode \
&& go build -o $GOBIN/gocode github.com/mdempsky/gocode \
&& go get -v -u -d github.com/stamblerre/gocode \
&& go build -o $GOBIN/gocode-gomod github.com/stamblerre/gocode \
&& go get -v -u -d github.com/rogpeppe/godef \
&& go build -o $GOBIN/godef github.com/rogpeppe/godef \
&& go get -v -u -d github.com/zmb3/gogetdoc \
&& go build -o $GOBIN/gogetdoc github.com/zmb3/gogetdoc \
&& go get -v -u -d golang.org/x/tools/cmd/goimports \
&& go build -o $GOBIN/goimports golang.org/x/tools/cmd/goimports \
&& go get -v -u -d golang.org/x/lint/golint \
&& go build -o $GOBIN/golint golang.org/x/lint/golint \
&& go get -v -u -d golang.org/x/tools/cmd/gopls \
&& go build -o $GOBIN/gopls golang.org/x/tools/cmd/gopls \
&& go get -v -u -d github.com/alecthomas/gometalinter \
&& go build -o $GOBIN/gometalinter github.com/alecthomas/gometalinter \
&& go get -v -u -d github.com/fatih/gomodifytags \
&& go build -o $GOBIN/gomodifytags github.com/fatih/gomodifytags \
&& go get -v -u -d golang.org/x/tools/cmd/gorename \
&& go build -o $GOBIN/gorename golang.org/x/tools/cmd/gorename \
&& go get -v -u -d github.com/jstemmer/gotags \
&& go build -o $GOBIN/gotags github.com/jstemmer/gotags \
&& go get -v -u -d golang.org/x/tools/cmd/guru \
&& go build -o $GOBIN/guru golang.org/x/tools/cmd/guru \
&& go get -v -u -d github.com/josharian/impl \
&& go build -o $GOBIN/impl github.com/josharian/impl \
&& go get -v -u -d honnef.co/go/tools/cmd/keyify \
&& go build -o $GOBIN/keyify honnef.co/go/tools/cmd/keyify \
&& go get -v -u -d github.com/fatih/motion \
&& go build -o $GOBIN/motion github.com/fatih/motion \
&& go get -v -u -d github.com/koron/iferr \
&& go build -o $GOBIN/iferr github.com/koron/iferr \
Metadata
Metadata
Assignees
Labels
No labels