feat: add crush.json

Amolith created

Change summary

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

Detailed changes

crush.json 🔗

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