diff options
Diffstat (limited to 'gemfeed/2025-08-05-local-coding-llm-with-ollama.gmi.tpl')
| -rw-r--r-- | gemfeed/2025-08-05-local-coding-llm-with-ollama.gmi.tpl | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/gemfeed/2025-08-05-local-coding-llm-with-ollama.gmi.tpl b/gemfeed/2025-08-05-local-coding-llm-with-ollama.gmi.tpl index cf6a5528..65a4365a 100644 --- a/gemfeed/2025-08-05-local-coding-llm-with-ollama.gmi.tpl +++ b/gemfeed/2025-08-05-local-coding-llm-with-ollama.gmi.tpl @@ -277,12 +277,12 @@ cargo install lsp-ai I edited `~/.config/helix/languages.toml` to include: ``` -[[language]] -name = "go" -auto-format= true -diagnostic-severity = "hint" -formatter = { command = "goimports" } -language-servers = [ "gopls", "golangci-lint-lsp", "lsp-ai", "gpt" ] + [[language]] + name = "go" + auto-format= true + diagnostic-severity = "hint" + formatter = { command = "goimports" } + language-servers = [ "gopls", "golangci-lint-lsp", "lsp-ai", "gpt" ] ``` Note that there is also a `gpt` language server configured, which is for GitHub Copilot, but it is out of scope of this blog post. Let's also configure `lsp-ai` settings in the same file: |
