From 02a12574ec096e086ca9f0dabd3234aaa49dd040 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Mon, 4 Aug 2025 17:02:16 +0300 Subject: Update content for md --- gemfeed/2025-08-05-local-coding-llm-with-ollama.md | 1 + 1 file changed, 1 insertion(+) (limited to 'gemfeed') diff --git a/gemfeed/2025-08-05-local-coding-llm-with-ollama.md b/gemfeed/2025-08-05-local-coding-llm-with-ollama.md index eaec7d7f..a7d7bbfc 100644 --- a/gemfeed/2025-08-05-local-coding-llm-with-ollama.md +++ b/gemfeed/2025-08-05-local-coding-llm-with-ollama.md @@ -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://helix-editor.com) [https://github.com/SilasMarvin/lsp-ai](https://github.com/SilasMarvin/lsp-ai) ### Installation of `lsp-ai` -- cgit v1.2.3