crush.json 🔗
@@ -0,0 +1,10 @@
+{
+ "$schema": "https://charm.land/crush.json",
+ "lsp": {
+ "fish": {
+ "command": "fish-lsp",
+ "args": ["start"],
+ "filetypes": ["fish"]
+ }
+ }
+}
Amolith created
crush.json | 10 ++++++++++
1 file changed, 10 insertions(+)
@@ -0,0 +1,10 @@
+{
+ "$schema": "https://charm.land/crush.json",
+ "lsp": {
+ "fish": {
+ "command": "fish-lsp",
+ "args": ["start"],
+ "filetypes": ["fish"]
+ }
+ }
+}