Marcos César de Oliveira

Results 9 comments of Marcos César de Oliveira

I got `govim` working with [asycomplete.vim](https://github.com/prabirshrestha/asyncomplete.vim) and [asycomplete-omni.vim](https://github.com/yami-beta/asyncomplete-omni.vim). I just installed the two plugins and added the following lines at .vimrc: ``` call asyncomplete#register_source(asyncomplete#sources#omni#get_source_options({ \ 'name': 'omni', \ 'whitelist': ['*'],...

@myitcv if you installed the plugins via native vim 8 funcionality, the added lines to .vimrc must be like the following: ``` function! Omni() call asyncomplete#register_source(asyncomplete#sources#omni#get_source_options({ \ 'name': 'omni', \...

> @mcesar no I used `vim-plug`. > > Perhaps you could reply with a minimal `.vimrc` that works? I found the problem: recent commits on https://github.com/yami-beta/asyncomplete-omni.vim broken the auto completion....

> fatal: reference is not a tree: 9fdb91fb8eaed00eec29eabdb9fd80d79ae9cbe4 Sorry, the correct hash is `4ea03f5f8320ae46557d040912e16790b6722983`

> In any case, we would want to see any issues fixed before we can recommend this as an approach. Are you looking to follow up and get issues in...

@myitcv meanwhile, you can use my fork: https://github.com/mcesar/asyncomplete-omni.vim, where this bug is fixed.

> Care to post a screenshot of your setup, so that I have something to compare to? Hi, @MindTooth, my setup was described in: https://github.com/govim/govim/wiki/vimrc-tips#-tip-how-do-i-make-autocompletion-work-with-govim

> Here is a Go kit example with the latest generics proposal: https://go2goplay.golang.org/p/vpUyP0j6cwH I fiddled a little bit with the example in order to use a service interface and to...