From 4c8cb004eb205113181ec933ecf22f31b58a7758 Mon Sep 17 00:00:00 2001 From: Michael Weirauch Date: Tue, 30 Jun 2026 21:20:21 +0200 Subject: [PATCH] Fix Zed LSP config snippet The CommandSettings struct expects "arguments" instead of "args". --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aa67faf..9d4f912 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ To test the local LSP integration: "strz-lsp": { "binary": { "path": "~/path-to/strz", - "args": ["server"] + "arguments": ["server"] } } }