From 526092c8c2fe5c00177c89624fa0bd819dd0aa86 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Mon, 4 Aug 2025 17:02:17 +0300 Subject: Update content for gemtext --- gemfeed/2025-08-05-local-coding-llm-with-ollama.gmi | 1 + gemfeed/2025-08-05-local-coding-llm-with-ollama.gmi.tpl | 1 + gemfeed/atom.xml | 3 ++- 3 files changed, 4 insertions(+), 1 deletion(-) (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 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 @@ - 2025-08-04T16:49:29+03:00 + 2025-08-04T17:00:52+03:00 foo.zone feed To be in the .zone! @@ -310,6 +310,7 @@ http://www.gnu.org/software/src-highlite -->
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


-- cgit v1.2.3