From aebe99f0de27e5642c9d48077a9f16bfc7ea2dd9 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Mon, 4 Aug 2025 16:50:48 +0300 Subject: Update content for html --- gemfeed/2025-08-05-local-coding-llm-with-ollama.html | 12 ++++++------ gemfeed/atom.xml | 16 +++++++++------- 2 files changed, 15 insertions(+), 13 deletions(-) (limited to 'gemfeed') diff --git a/gemfeed/2025-08-05-local-coding-llm-with-ollama.html b/gemfeed/2025-08-05-local-coding-llm-with-ollama.html index dc60153d..bdd28982 100644 --- a/gemfeed/2025-08-05-local-coding-llm-with-ollama.html +++ b/gemfeed/2025-08-05-local-coding-llm-with-ollama.html @@ -321,12 +321,12 @@ http://www.gnu.org/software/src-highlite --> 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:
diff --git a/gemfeed/atom.xml b/gemfeed/atom.xml index 45fff1f1..0360a0e9 100644 --- a/gemfeed/atom.xml +++ b/gemfeed/atom.xml @@ -1,6 +1,6 @@ - 2025-08-04T16:43:39+03:00 + 2025-08-04T16:49:29+03:00 foo.zone feed To be in the .zone! @@ -20,6 +20,8 @@

Local LLM for Coding with Ollama



+Published at 2025-08-04T16:43:39+03:00
+
       [::]
      _|  |_
@@ -326,12 +328,12 @@ http://www.gnu.org/software/src-highlite -->
 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:
-- cgit v1.2.3