From aa1f7c8b57847909abbd8bb717b47bb55866519c Mon Sep 17 00:00:00 2001 From: Amolith Date: Sat, 27 Sep 2025 11:35:04 -0600 Subject: [PATCH] feat: add crush.json --- crush.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 crush.json diff --git a/crush.json b/crush.json new file mode 100644 index 0000000000000000000000000000000000000000..203bd304614ca2664b9df6cd6af7b0a7c7e489b7 --- /dev/null +++ b/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"] + } + } +}