diff options
| author | Paul Buetow <paul@buetow.org> | 2025-08-18 18:54:53 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-08-18 18:54:53 +0300 |
| commit | 4fd086f3807f4b5b1fa414b2d1d6ec0f24c3f9b4 (patch) | |
| tree | 417989a21a0b02617f2db507ea954de7a2a84c46 /README.md | |
| parent | 75acc1b1b442d40524ab93a662c37ee8af99bd72 (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.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |
