From 157c1004b3ed0e04cbc89f66bbb7885e658dd3fc Mon Sep 17 00:00:00 2001 From: Amolith Date: Wed, 3 Dec 2025 12:26:24 -0700 Subject: [PATCH] feat(crush): add termux LSP --- crush.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/crush.json b/crush.json index d354dbb87844d029547b4fd0a0781e516c064b56..905119ea9b3287ba61000fcee2b7dc9ac847b58c 100644 --- a/crush.json +++ b/crush.json @@ -5,6 +5,10 @@ "command": "fish-lsp", "args": ["start"], "filetypes": ["fish"] + }, + "termux": { + "command": "termux-language-server", + "filetypes": ["zsh", "bash"] } } }