summaryrefslogtreecommitdiff
path: root/gemfeed
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-08-04 17:02:17 +0300
committerPaul Buetow <paul@buetow.org>2025-08-04 17:02:17 +0300
commit526092c8c2fe5c00177c89624fa0bd819dd0aa86 (patch)
tree38acc2c1c2cee8437c1f7676694cb634e0db9090 /gemfeed
parent1b7f8496f80276295fc13f745fa8eeadfb99c0f9 (diff)
Update content for gemtext
Diffstat (limited to 'gemfeed')
-rw-r--r--gemfeed/2025-08-05-local-coding-llm-with-ollama.gmi1
-rw-r--r--gemfeed/2025-08-05-local-coding-llm-with-ollama.gmi.tpl1
-rw-r--r--gemfeed/atom.xml3
3 files changed, 4 insertions, 1 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 81e749f0..6688c7b8 100644
--- a/gemfeed/2025-08-05-local-coding-llm-with-ollama.gmi
+++ b/gemfeed/2025-08-05-local-coding-llm-with-ollama.gmi
@@ -262,6 +262,7 @@ The code is quite straightforward, especially for generating boilerplate code th
To leverage Ollama for real-time code completion in my editor, I have integrated it with Helix, my preferred text editor. Helix supports the LSP (Language Server Protocol), which enables advanced code completion features. The `lsp-ai` is an LSP server that can interface with Ollama models for code completion tasks.
+=> https://helix-editor.com
=> https://github.com/SilasMarvin/lsp-ai
### Installation of `lsp-ai`
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 65a4365a..5b972864 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
@@ -262,6 +262,7 @@ The code is quite straightforward, especially for generating boilerplate code th
To leverage Ollama for real-time code completion in my editor, I have integrated it with Helix, my preferred text editor. Helix supports the LSP (Language Server Protocol), which enables advanced code completion features. The `lsp-ai` is an LSP server that can interface with Ollama models for code completion tasks.
+=> https://helix-editor.com
=> https://github.com/SilasMarvin/lsp-ai
### Installation of `lsp-ai`
diff --git a/gemfeed/atom.xml b/gemfeed/atom.xml
index 43c8a4ce..c0c7cd48 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:49:29+03:00</updated>
+ <updated>2025-08-04T17:00:52+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" />
@@ -310,6 +310,7 @@ http://www.gnu.org/software/src-highlite -->
<br />
<span>To leverage Ollama for real-time code completion in my editor, I have integrated it with Helix, my preferred text editor. Helix supports the LSP (Language Server Protocol), which enables advanced code completion features. The <span class='inlinecode'>lsp-ai</span> is an LSP server that can interface with Ollama models for code completion tasks.</span><br />
<br />
+<a class='textlink' href='https://helix-editor.com'>https://helix-editor.com</a><br />
<a class='textlink' href='https://github.com/SilasMarvin/lsp-ai'>https://github.com/SilasMarvin/lsp-ai</a><br />
<br />
<h3 style='display: inline' id='installation-of-lsp-ai'>Installation of <span class='inlinecode'>lsp-ai</span></h3><br />