From 1b7f8496f80276295fc13f745fa8eeadfb99c0f9 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Mon, 4 Aug 2025 16:50:50 +0300 Subject: Update content for gemtext --- gemfeed/2025-08-05-local-coding-llm-with-ollama.gmi | 12 ++++++------ gemfeed/2025-08-05-local-coding-llm-with-ollama.gmi.tpl | 12 ++++++------ gemfeed/atom.xml | 16 +++++++++------- 3 files changed, 21 insertions(+), 19 deletions(-) (limited to 'gemfeed') diff --git a/gemfeed/2025-08-05-local-coding-llm-with-ollama.gmi b/gemfeed/2025-08-05-local-coding-llm-with-ollama.gmi index 280c17df..81e749f0 100644 --- a/gemfeed/2025-08-05-local-coding-llm-with-ollama.gmi +++ b/gemfeed/2025-08-05-local-coding-llm-with-ollama.gmi @@ -277,12 +277,12 @@ cargo install lsp-ai I edited `~/.config/helix/languages.toml` to include: ``` -< - 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