crush.json 🔗
@@ -2,10 +2,12 @@
"$schema": "https://charm.land/crush.json",
"lsp": {
"gopls": {
- "command": "gopls"
+ "command": "gopls",
+ "filetypes": ["go"]
},
"golangci-lint": {
- "command": "golangci-lint-langserver"
+ "command": "golangci-lint-langserver",
+ "filetypes": ["go"]
}
},
"mcp": {