From bd30661636fdadd1fe965ca51f369f1c5a24c8d2 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Mon, 4 Aug 2025 17:05:59 +0300 Subject: Update content for md --- gemfeed/2025-08-05-local-coding-llm-with-ollama.md | 34 +++++++++++----------- 1 file changed, 17 insertions(+), 17 deletions(-) (limited to 'gemfeed') diff --git a/gemfeed/2025-08-05-local-coding-llm-with-ollama.md b/gemfeed/2025-08-05-local-coding-llm-with-ollama.md index a7d7bbfc..bb55fd45 100644 --- a/gemfeed/2025-08-05-local-coding-llm-with-ollama.md +++ b/gemfeed/2025-08-05-local-coding-llm-with-ollama.md @@ -279,11 +279,11 @@ 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" ] +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: @@ -315,7 +315,7 @@ max_tokens = 64 max_context = 8096 ## Configure the messages per your needs -<\", replace @@ -330,47 +330,47 @@ a comment, complete the comment meaningfully.\n- Handle ambiguous cases by providing the most contextually appropriate completion.\n- Be consistent with your responses." -<}\")\n}" -<