Skip to content
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

add a gopls option for g:go_info_mode #2224

Merged
merged 5 commits into from
Apr 13, 2019
Merged

Conversation

bhcleek
Copy link
Collaborator

@bhcleek bhcleek commented Apr 11, 2019

move function to script scope

Move function script scope to avoid redefinition problems while a
reference to it is held.

respect showstatus when using guru to get identifier info
lsp: use default error handler only when one isn't provided
lsp: swallow errors when hovering

Swallow errors from gopls when hovering so that hovering over a
non-identifier (e.g. a keyword) won't display an error to the user.

add gopls option for g:go_info_mode

Move function script scope to avoid redefinition problems while a
reference to it is held.
Swallow errors from gopls when hovering so that hovering over a
non-identifier (e.g. a keyword) won't display an error to the user.
@bhcleek bhcleek merged commit 94fe300 into fatih:master Apr 13, 2019
@bhcleek bhcleek deleted the lsp/go-info branch April 13, 2019 15:14
bhcleek added a commit that referenced this pull request Apr 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant