From ca55e5587c24b060b75c0dd47a9f4050f832a912 Mon Sep 17 00:00:00 2001 From: Amolith Date: Mon, 8 Dec 2025 16:20:40 -0700 Subject: [PATCH] feat(crush): add config --- crush.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 crush.json diff --git a/crush.json b/crush.json new file mode 100644 index 0000000000000000000000000000000000000000..d354dbb87844d029547b4fd0a0781e516c064b56 --- /dev/null +++ b/crush.json @@ -0,0 +1,10 @@ +{ + "$schema": "https://charm.land/crush.json", + "lsp": { + "fish": { + "command": "fish-lsp", + "args": ["start"], + "filetypes": ["fish"] + } + } +}