crush.json 🔗
@@ -0,0 +1,15 @@
+{
+ "$schema": "https://charm.land/crush.json",
+ "lsp": {
+ "gopls": {
+ "command": "gopls"
+ }
+ },
+ "mcp": {
+ "gopls": {
+ "type": "stdio",
+ "command": "gopls",
+ "args": ["mcp"]
+ }
+ }
+}
Amolith created
crush.json | 15 +++++++++++++++
1 file changed, 15 insertions(+)
@@ -0,0 +1,15 @@
+{
+ "$schema": "https://charm.land/crush.json",
+ "lsp": {
+ "gopls": {
+ "command": "gopls"
+ }
+ },
+ "mcp": {
+ "gopls": {
+ "type": "stdio",
+ "command": "gopls",
+ "args": ["mcp"]
+ }
+ }
+}