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 + 1 file changed, 1 insertion(+) (limited to 'gemfeed/2025-08-05-local-coding-llm-with-ollama.html') 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


-- cgit v1.2.3