From 5c32edfcc4e80d5679fdc291a41dca0f11454b26 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Mon, 4 Aug 2025 17:02:14 +0300 Subject: Update content for html --- gemfeed/2025-08-05-local-coding-llm-with-ollama.html | 1 + gemfeed/atom.xml | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) (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 bdd28982..8e04d7d6 100644 --- a/gemfeed/2025-08-05-local-coding-llm-with-ollama.html +++ b/gemfeed/2025-08-05-local-coding-llm-with-ollama.html @@ -303,6 +303,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


diff --git a/gemfeed/atom.xml b/gemfeed/atom.xml index 0360a0e9..f42299fb 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