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