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"] } } }