I'm trying to setup the vim-go in a work environment but I don't have permission to install the gopls using:
GoInstallBinaris
or
go get golang.org/x/tools/gopls@latest
I'm getting this: /path/go/bin/gopls: permission denied
Is there a way to fix this issue setting up secondary GOPATH just for VIM?
Thanks