crush.json 🔗
@@ -5,6 +5,10 @@
"command": "fish-lsp",
"args": ["start"],
"filetypes": ["fish"]
+ },
+ "termux": {
+ "command": "termux-language-server",
+ "filetypes": ["zsh", "bash"]
}
}
}
Amolith created
crush.json | 4 ++++
1 file changed, 4 insertions(+)
@@ -5,6 +5,10 @@
"command": "fish-lsp",
"args": ["start"],
"filetypes": ["fish"]
+ },
+ "termux": {
+ "command": "termux-language-server",
+ "filetypes": ["zsh", "bash"]
}
}
}