-
Notifications
You must be signed in to change notification settings - Fork 34
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
Omni completion Pattern not found #34
Comments
Are you using Vundle ? Have you updated your bundles ? Have you compiled ycm_core ? Did you add gocode in your $PATH ? At first sight, it seems that vim-gocode has not been correctly installed since vim did not recognize any |
Yes I'm using Vundle and I compiled ycm as the ycm's instruction. YCM work just find with Python. I had GOPATH, and GOPATH/bin is in PATH. Running |
You have to edit a file inside $GOPATH in order to use |
Is there anyway for me to check vim-gocode was installed correctly? I had allmost all command here but not the ReadLink one |
|
Oh well then :). I was using SublimeText with GoSublime before, so I don't think it's go or gocode problem, still I can't auto complete with Omni completion. Is there anyway to debug ? |
That's nsf/gocode job to provide Omnicompletion. You can start from here. |
I recently just install vim-gocode+YouCompleteMe with Vundle. I followed the instruction to install go, gocode but when I try to complete with Ctrl+x/o I get "Omni completion (^O^N^P) Pattern not found"
I ran accross issue#2, tried run :echo ReadLink(@%) but got
I'm using Mint 16 with vim from repo
The text was updated successfully, but these errors were encountered: