Had the same issue.
What worked for me 
is https://github.com/Valloric/YouCompleteMe#ubuntu-linux-x64, run '
./install.py --gocode-completer', and now enjoying real-time completion.

On Wednesday, February 25, 2015 at 5:28:20 PM UTC+2, Sankar wrote:
>
> Hi
>
> I have installed https://github.com/fatih/vim-go and 
> https://github.com/Valloric/YouCompleteMe via Bundle.
>
> In my ~/.vimrc I have:
>
> " vim-go options
> let g:go_fmt_command = "goimports"
> let g:go_highlight_functions = 1
> let g:go_highlight_methods = 1
> let g:go_highlight_structs = 1
>
> " YCM options after these other plugins (the defaults of vim-go changed 
> somehow)
> let g:ycm_add_preview_to_completeopt = 0
> let g:ycm_min_num_of_chars_for_completion = 1
> let g:ycm_auto_trigger = 1
> set completeopt-=preview
>
> However, I do not get the autocomplete-as-you-type feature. I am forced to 
> press control+space to autocomplete everytime.
>
> How do I get to autocomplete without pressing control key ?
>
> I am running on Linux (qvim) if it matters. Any help ?
>
> Thanks.
>
> Sankar
>

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to