feat: add crush.json

Amolith created

Change summary

crush.json | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)

Detailed changes

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"]
+    }
+  }
+}