-
Notifications
You must be signed in to change notification settings - Fork 311
Servers Go
alex edited this page Dec 11, 2017
·
30 revisions
NOTE: As of Dec 10 2017, the go-langserver does NOT support autocompletion.
go get -u github.com/sourcegraph/go-langserverif executable('go-langserver')
au User lsp_setup call lsp#register_server({
\ 'name': 'go-langserver',
\ 'cmd': {server_info->['go-langserver', '-mode', 'stdio']},
\ 'whitelist': ['go'],
\ })
endif