summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-08-18 18:54:53 +0300
committerPaul Buetow <paul@buetow.org>2025-08-18 18:54:53 +0300
commit4fd086f3807f4b5b1fa414b2d1d6ec0f24c3f9b4 (patch)
tree417989a21a0b02617f2db507ea954de7a2a84c46 /README.md
parent75acc1b1b442d40524ab93a662c37ee8af99bd72 (diff)
hexaicli: load config with logger to respect provider\n\nFix CLI requiring OPENAI_API_KEY when provider is ollama by actually loading user config.\n\nREADME: update Helix example to use hexai-lsp binary.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index b8a85a4..2758536 100644
--- a/README.md
+++ b/README.md
@@ -134,7 +134,7 @@ formatter = { command = "goimports" }
language-servers = [ "gopls", "golangci-lint-lsp", "hexai" ]
[language-server.hexai]
-command = "hexai"
+command = "hexai-lsp"
```
Note, that we have also configured other LSPs here (for Go, `gopls` and `golangci-lint-lsp`, along with `hexai` for AI completions - they aren't required for `hexai` to work, though)