crush.json 🔗
@@ -0,0 +1,18 @@
+{
+ "$schema": "https://charm.land/crush.json",
+ "lsp": {
+ "gopls": {
+ "command": "gopls"
+ },
+ "golangci-lint": {
+ "command": "golangci-lint-langserver"
+ }
+ },
+ "mcp": {
+ "gopls": {
+ "type": "stdio",
+ "command": "gopls",
+ "args": ["mcp"]
+ }
+ }
+}