diff options
Diffstat (limited to 'gemfeed/atom.xml')
| -rw-r--r-- | gemfeed/atom.xml | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/gemfeed/atom.xml b/gemfeed/atom.xml index 45fff1f1..0360a0e9 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:43:39+03:00</updated> + <updated>2025-08-04T16:49:29+03:00</updated> <title>foo.zone feed</title> <subtitle>To be in the .zone!</subtitle> <link href="https://foo.zone/gemfeed/atom.xml" rel="self" /> @@ -20,6 +20,8 @@ <div xmlns="http://www.w3.org/1999/xhtml"> <h1 style='display: inline' id='local-llm-for-coding-with-ollama'>Local LLM for Coding with Ollama</h1><br /> <br /> +<span class='quote'>Published at 2025-08-04T16:43:39+03:00</span><br /> +<br /> <pre> [::] _| |_ @@ -326,12 +328,12 @@ http://www.gnu.org/software/src-highlite --> <span>I edited <span class='inlinecode'>~/.config/helix/languages.toml</span> to include:</span><br /> <br /> <pre> -<<language]] -name = "go" -auto-format= true -diagnostic-severity = "hint" -formatter = { command = "goimports" } -language-servers = [ "gopls", "golangci-lint-lsp", "lsp-ai", "gpt" ] + [[language]] + name = "go" + auto-format= true + diagnostic-severity = "hint" + formatter = { command = "goimports" } + language-servers = [ "gopls", "golangci-lint-lsp", "lsp-ai", "gpt" ] </pre> <br /> <span>Note that there is also a <span class='inlinecode'>gpt</span> language server configured, which is for GitHub Copilot, but it is out of scope of this blog post. Let's also configure <span class='inlinecode'>lsp-ai</span> settings in the same file:</span><br /> |
