From bcee6953aefbf33b2f6dfd5cf5d9c5bd90cc4ead Mon Sep 17 00:00:00 2001 From: Amolith Date: Sun, 5 Oct 2025 14:24:57 -0600 Subject: [PATCH] feat: add crush config Co-Authored-By: Crush --- crush.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 crush.json diff --git a/crush.json b/crush.json new file mode 100644 index 0000000000000000000000000000000000000000..44072620be6aa8391016aa26c5531df2cfda2480 --- /dev/null +++ b/crush.json @@ -0,0 +1,15 @@ +{ + "$schema": "https://charm.land/crush.json", + "lsp": { + "gopls": { + "command": "gopls" + } + }, + "mcp": { + "gopls": { + "type": "stdio", + "command": "gopls", + "args": ["mcp"] + } + } +}