From 86dfe53a5777c8c6ea041e4959cc9db7be4af140 Mon Sep 17 00:00:00 2001 From: Amolith Date: Sat, 27 Sep 2025 17:15:38 -0600 Subject: [PATCH] chore: add filetypes to crush lsps --- crush.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/crush.json b/crush.json index 203bd304614ca2664b9df6cd6af7b0a7c7e489b7..27b988e36c47920dce58fcbeefff1c63a18f346b 100644 --- a/crush.json +++ b/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": {