Installed LSP server on Sublime Text 3, then enabled gopls from the LSP: Enable Language Server Globally
> selected gopls
.
Also executed below command on terminal.
GO111MODULE=on go get golang.org/x/tools/gopls@latest
Error shown:
LSP.sublime-settings
{
"clients":
{
"gopls":
{
"enabled": true
}
}
}
gopls command
❯ which gopls
/home/user/go/bin/gopls
I am using MX Linux. Please help !