summaryrefslogtreecommitdiff
path: root/docs/usage.md
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-02-12 09:33:49 +0200
committerPaul Buetow <paul@buetow.org>2026-02-12 09:33:49 +0200
commitda160fbdfb30a55a4d617553baeb5b0a5a9d5fb8 (patch)
tree8c8c184d3947211c82f10b198c7b366a01cd4780 /docs/usage.md
parentcfd02d2874992f7e293d5098bd328a495825a8d4 (diff)
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 <amp@ampcode.com>
Diffstat (limited to 'docs/usage.md')
-rw-r--r--docs/usage.md6
1 files changed, 3 insertions, 3 deletions
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.