From 76ea4208c520879c4a89d74483783b6cfb3af3ed Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Thu, 12 Feb 2026 09:33:49 +0200 Subject: Rename hexai-lsp command to hexai-lsp-server Amp-Thread-ID: https://ampcode.com/threads/T-019c50bc-2906-77db-a31e-0d553338d99b Co-authored-by: Amp --- docs/usage.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/usage.md') diff --git a/docs/usage.md b/docs/usage.md index 4d1b50b..f5d977b 100644 --- a/docs/usage.md +++ b/docs/usage.md @@ -5,10 +5,10 @@ inline triggers, code actions, and the CLI — with examples. ## LSP server -- Run over stdio: `hexai-lsp` +- Run over stdio: `hexai-lsp-server` - Flags: - `-version`: print Hexai version and exit. - - `-log`: path to log file (default `/tmp/hexai-lsp.log`). + - `-log`: path to log file (default `/tmp/hexai-lsp-server.log`). ### Configure in Helix @@ -23,7 +23,7 @@ formatter = { command = "goimports" } language-servers = [ "gopls", "golangci-lint-lsp", "hexai" ] [language-server.hexai] -command = "hexai-lsp" +command = "hexai-lsp-server" ``` Note: additional LSPs (`gopls`, `golangci-lint-lsp`) are optional; Hexai works without them. -- cgit v1.2.3