-
Notifications
You must be signed in to change notification settings - Fork 1
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
When you open the second file with asyncomplete-gocode, 'PANIC PANIC PANIC' will be displayed. #6
Comments
Can you upload the log file. Instructions can be found at readme.md in asyncomplete blog. |
Thank you for your reply. log
|
Additional information.
I tried using |
same issue. It seems that it was modified by I will use LSP. go-langserver on vim-lsp setting if executable('go-langserver')
au User lsp_setup call lsp#register_server({
\ 'name': 'go-langserver',
\ 'cmd': {server_info->['go-langserver', '-gocodecompletion']},
\ 'whitelist': ['go'],
\ })
endif |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
(I'm sorry for my poor English.)
Hi, prabirshrestha
First of all, I appreciate vim-lsp, asyncomplete and related great plugins.
When you open the second file with asyncomplete-gocode,
PANIC PANIC PANIC
will be displayed.file tree
1: main.go
2: util.go
The text was updated successfully, but these errors were encountered: