crush.json

 1{
 2	"$schema": "https://charm.land/crush.json",
 3	"lsp": {
 4		"fish": {
 5			"command": "fish-lsp",
 6			"args": ["start"],
 7			"filetypes": ["fish"]
 8		},
 9		"termux": {
10			"command": "termux-language-server",
11			"filetypes": ["zsh", "bash"]
12		}
13	}
14}