A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/prabirshrestha/asyncomplete-gocode.vim below:

prabirshrestha/asyncomplete-gocode.vim: provides go autocomplete for asyncomplete.vim via gocode

Go source for asyncomplete.vim via gocode

Provide Go autocompletion source for asyncomplete.vim via gocode

Plug 'prabirshrestha/asyncomplete.vim'
Plug 'prabirshrestha/asyncomplete-gocode.vim'
call asyncomplete#register_source(asyncomplete#sources#gocode#get_source_options({
    \ 'name': 'gocode',
    \ 'allowlist': ['go'],
    \ 'completor': function('asyncomplete#sources#gocode#completor'),
    \ 'config': {
    \    'gocode_path': expand('~/go/bin/gocode')
    \  },
    \ }))

Note: config is optional. gocode_path defaults to gocode i.e., gocode binary should exist in the PATH if config is not specified.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4