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
https://gitlab.com/vitaly-zdanevich-configs/vim
:version
VIM - Vi IMproved 9.1 (2024 Jan 02, compiled Jun 9 2024 23:17:54) Included patches: 1-366 Modified by Gentoo-9.1.0366 (RIP Bram)
go version
go version go1.22.4 linux/amd64
go env
GO111MODULE='' GOARCH='amd64' GOBIN='' GOCACHE='/home/vitaly/.cache/go-build' GOENV='/home/vitaly/.config/go/env' GOEXE='' GOEXPERIMENT='' GOFLAGS='-tags=unit_tests,integ_tests' GOHOSTARCH='amd64' GOHOSTOS='linux' GOINSECURE='' GOMODCACHE='/home/vitaly/go/pkg/mod' GONOPROXY='' GONOSUMDB='' GOOS='linux' GOPATH='/home/vitaly/go' GOPRIVATE='' GOPROXY='https://proxy.golang.org,direct' GOROOT='/usr/lib/go' GOSUMDB='sum.golang.org' GOTMPDIR='' GOTOOLCHAIN='local' GOTOOLDIR='/usr/lib/go/pkg/tool/linux_amd64' GOVCS='' GOVERSION='go1.22.4' GCCGO='gccgo' GOAMD64='v1' AR='ar' CC='x86_64-pc-linux-gnu-gcc' CXX='x86_64-pc-linux-gnu-g++' CGO_ENABLED='1' GOMOD='/home/vitaly/p/gentoo-guru-new-packages-to-rss/go.mod' GOWORK='' CGO_CFLAGS='-O2 -g' CGO_CPPFLAGS='' CGO_CXXFLAGS='-O2 -g' CGO_FFLAGS='-O2 -g' CGO_LDFLAGS='-O2 -g' PKG_CONFIG='pkg-config' GOGCCFLAGS='-fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=/tmp/go-build1797533537=/tmp/go-build -gno-record-gcc-switches'
gopls version
golang.org/x/tools/gopls (devel) golang.org/x/tools/gopls@(devel)
g:go_loaded_gosnippets = 1 g:go_gopls_local = 'github.com/River-Island' g:go_jump_to_error = 1 g:go_loaded_install = 1
filetype detection:ON plugin:ON indent:OFF
The text was updated successfully, but these errors were encountered:
Yes, it was removed when vim-go dropped guru support.
It may be possible to bring it back with a refactor to rely on gopls instead, though. I'll look into it.
Sorry, something went wrong.
No branches or pull requests
https://gitlab.com/vitaly-zdanevich-configs/vim
Vim version (first three lines from
:version
):VIM - Vi IMproved 9.1 (2024 Jan 02, compiled Jun 9 2024 23:17:54)
Included patches: 1-366
Modified by Gentoo-9.1.0366 (RIP Bram)
Go version (
go version
):go version go1.22.4 linux/amd64
Go environment
go env
Output:gopls version
gopls version
Output:vim-go configuration:
vim-go configuration
filetype detection configuration:
filetype detection
The text was updated successfully, but these errors were encountered: