/lapce-go

lapce go plugin, based gopls

Primary LanguageRustMIT LicenseMIT

lapce-go

The go language server gopls must be available on the path. Install the go language server by go install golang.org/x/tools/gopls@latest.

how to build

linux/Unix

dev
    bash ./scripts/dev.sh
release
    bash ./scripts/release.sh

windows

dev
    powershell ./scripts/dev.ps1
release
    powershell ./scripts/release.ps1