summaryrefslogtreecommitdiff
path: root/gemfeed
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-08-04 16:50:50 +0300
committerPaul Buetow <paul@buetow.org>2025-08-04 16:50:50 +0300
commit1b7f8496f80276295fc13f745fa8eeadfb99c0f9 (patch)
tree891e5a1c68a665721b2e885083094b584485b8dd /gemfeed
parent58911b37224c1df16683b5b8c0c9b3382246d1d4 (diff)
Update content for gemtext
Diffstat (limited to 'gemfeed')
-rw-r--r--gemfeed/2025-08-05-local-coding-llm-with-ollama.gmi12
-rw-r--r--gemfeed/2025-08-05-local-coding-llm-with-ollama.gmi.tpl12
-rw-r--r--gemfeed/atom.xml16
3 files changed, 21 insertions, 19 deletions
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:
```
-<<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/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:
diff --git a/gemfeed/atom.xml b/gemfeed/atom.xml
index 00a2bf0f..43c8a4ce 100644
--- a/gemfeed/atom.xml
+++ b/gemfeed/atom.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
- <updated>2025-08-04T16:43:39+03:00</updated>
+ <updated>2025-08-04T16:49:29+03:00</updated>
<title>foo.zone feed</title>
<subtitle>To be in the .zone!</subtitle>
<link href="gemini://foo.zone/gemfeed/atom.xml" rel="self" />
@@ -20,6 +20,8 @@
<div xmlns="http://www.w3.org/1999/xhtml">
<h1 style='display: inline' id='local-llm-for-coding-with-ollama'>Local LLM for Coding with Ollama</h1><br />
<br />
+<span class='quote'>Published at 2025-08-04T16:43:39+03:00</span><br />
+<br />
<pre>
[::]
_| |_
@@ -326,12 +328,12 @@ http://www.gnu.org/software/src-highlite -->
<span>I edited <span class='inlinecode'>~/.config/helix/languages.toml</span> to include:</span><br />
<br />
<pre>
-&lt;&lt;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" ]
</pre>
<br />
<span>Note that there is also a <span class='inlinecode'>gpt</span> language server configured, which is for GitHub Copilot, but it is out of scope of this blog post. Let&#39;s also configure <span class='inlinecode'>lsp-ai</span> settings in the same file:</span><br />