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

plugin: install gopls stable #2360

Merged
merged 1 commit into from
Jun 28, 2019
Merged

plugin: install gopls stable #2360

merged 1 commit into from
Jun 28, 2019

Commits on Jun 28, 2019

  1. plugin: install gopls stable

    Refactor plugin/go.vim to support installing gopls' stable releases by
    adding support for specifying which module version to install. When the
    package name includes a `@`, module mode will be used.
    
    Set and restore GO111MODULE for _each_ binary to be installed instead of
    setting it once for _all_ binaries to be installed.
    bhcleek committed Jun 28, 2019
    Configuration menu
    Copy the full SHA
    4899a0e View commit details
    Browse the repository at this point in the history