We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
full config
reduced config
The syntax to work
It broke
nothing
vimrc
call plug#begin(stdpath('data') . '/plugged') Plug 'fatih/vim-go', { 'for': 'go', 'do': ':GoUpdateBinaries' } call plug#end()
:version
NVIM v0.4.3 Build type: Release LuaJIT 2.0.5
go version
go version go1.13.4 linux/amd64
go env
GO111MODULE="" GOARCH="amd64" GOBIN="/home/chrono/go/bin" GOCACHE="/home/chrono/.cache/go-build" GOENV="/home/chrono/.config/go/env" GOEXE="" GOFLAGS="" GOHOSTARCH="amd64" GOHOSTOS="linux" GONOPROXY="" GONOSUMDB="" GOOS="linux" GOPATH="/home/chrono/go" GOPRIVATE="" GOPROXY="https://proxy.golang.org,direct" GOROOT="/usr/lib/go" GOSUMDB="sum.golang.org" GOTMPDIR="" GOTOOLDIR="/usr/lib/go/pkg/tool/linux_amd64" GCCGO="gccgo" AR="ar" CC="gcc" CXX="g++" CGO_ENABLED="1" GOMOD="/home/chrono/Projects/chb3/go.mod" CGO_CFLAGS="-g -O2" CGO_CPPFLAGS="" CGO_CXXFLAGS="-g -O2" CGO_FFLAGS="-g -O2" CGO_LDFLAGS="-g -O2" PKG_CONFIG="pkg-config" GOGCCFLAGS="-fPIC -m64 -pthread -fmessage-length=0 -fdebug-prefix-map=/tmp/go-build045261485=/tmp/go-build -gno-record-gcc-switches"
The text was updated successfully, but these errors were encountered:
What is reduced config vs full config?
Sorry, something went wrong.
69d5dad
The reduced config is what I posted. My full config is here https://github.com/Chronophylos/dotfiles/tree/master/nvim/.config/nvim
No branches or pull requests
What did you do? (required: The issue will be closed when not provided)
full config
reduced config
What did you expect to happen?
The syntax to work
What happened instead?
It broke
Configuration (MUST fill this out):
nothing
vim-go version: 10d8f9d
vimrc
you used to reproduce (use a minimal vimrc with other plugins disabled; do not link to a 2,000 line vimrc):vimrc
Vim version (first three lines from
:version
):NVIM v0.4.3
Build type: Release
LuaJIT 2.0.5
Go version (
go version
):go version go1.13.4 linux/amd64
Go environment
go env
Output:The text was updated successfully, but these errors were encountered: