Created
December 4, 2021 00:25
-
-
Save MarioCarrion/52f9c0aefacc100873e8798f71084552 to your computer and use it in GitHub Desktop.
coc-settings
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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