After installing Plug 'fatih/vim-go' Plugin for golang i get few errors
steps: When opening .go file with vim I get a error:
vim-go: could not find 'gopls' . Run :GoInstallBinaries to fix it vim-go: could not determine appropriate working directory for go plus
When doing :GoInstallBinaries I get more errors like:
vim-go: guru not found. instaling golang.org..guru@master to folder C:\Users\*MYPC*\go\bin\ vim-go: Error instaling golang.org/x/tools/cmdfuru@master: The system cannot find the path specified. vim-go: goplus not found. instaling golang.org..goplus@latest to folder C:\Users\*MYPC*\go\bin\ vim-go: Error instaling golang.org..goplus@latest: The system cannot find the path specified. . . . it does that 8 more times with godef,motion,errcheck,dlv,iferr,golint...
When i do :echo $PATH in Vim i have C:\Users*MYPC*\go\bin\
I am running gvim on Windows 10
golang in cmd or powershell work fine...