chore: add filetypes to crush lsps

Amolith created

Change summary

crush.json | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)

Detailed changes

crush.json 🔗

@@ -2,10 +2,12 @@
   "$schema": "https://charm.land/crush.json",
   "lsp": {
     "gopls": {
-      "command": "gopls"
+      "command": "gopls",
+      "filetypes": ["go"]
     },
     "golangci-lint": {
-      "command": "golangci-lint-langserver"
+      "command": "golangci-lint-langserver",
+      "filetypes": ["go"]
     }
   },
   "mcp": {