feat(crush): add config

Amolith created

Change summary

crush.json | 10 ++++++++++
1 file changed, 10 insertions(+)

Detailed changes

crush.json 🔗

@@ -0,0 +1,10 @@
+{
+	"$schema": "https://charm.land/crush.json",
+	"lsp": {
+		"fish": {
+			"command": "fish-lsp",
+			"args": ["start"],
+			"filetypes": ["fish"]
+		}
+	}
+}