Skip to content

Instantly share code, notes, and snippets.

@MarioCarrion
Created December 4, 2021 00:25
Show Gist options
  • Save MarioCarrion/52f9c0aefacc100873e8798f71084552 to your computer and use it in GitHub Desktop.
Save MarioCarrion/52f9c0aefacc100873e8798f71084552 to your computer and use it in GitHub Desktop.
coc-settings
{
"languageserver": {
"go": {
"command": "gopls",
"rootPatterns": ["go.mod"],
"trace.server": "verbose",
"filetypes": ["go"]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment