-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
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
gocode doesn't work well on windows7 #2750
Comments
Just because the packages are listed doesn't mean they will be installed. The |
Just to add on, you can see this because the use package definitions are called Unrelated, but re: the go layer, I think it should handle racer installation within the layer as well, with the recent changes to it. It's pretty unclear as it is looking at the readme how exactly you're supposed to set up racer. |
thanks a lot. after i add auto-completion and syntax-checking it works. i agree with @sooheon ,after i read the go readme ,i dont know how to install it .so it is a good advice to complete the doc. a another question i don't know whether it is related spacemacs . when i type in go-mode ,it was so slowly .But on ubuntu it does not occure. |
Fix syl20bnr#2750 [ci-skip]
Fix syl20bnr#2750 [ci-skip]
Fix syl20bnr#2750 [ci-skip]
i have installed gocode.exe on my windows7 and after i put "go" in .spacemacs it only installed go-mode and go-eldoc . According to lang/go/packages.el it should install another three package company company-go flycheck, but it doesn't. look at the screenshot of packages.el
another question : when i type in go-mode it is very slow.i don't know what should i do to fix this problem.
The text was updated successfully, but these errors were encountered: