{
	"$schema": "https://charm.land/crush.json",
	"lsp": {
		"bash": {
			"command": "bash-language-server",
			"filetypes": ["zsh"],
      "root_markers": [".git", "."]
		},
		"fish": {
			"command": "fish-lsp",
			"args": ["start"],
			"filetypes": ["fish"]
		}
	}
}
