From eb30119de91668eece1fb41d913f75992a374883 Mon Sep 17 00:00:00 2001 From: Christoph Urlacher Date: Sun, 28 Jun 2026 14:26:25 +0200 Subject: [PATCH] Home/Nixinator: Add opencode lmstudio plugin --- home/christoph/nixinator/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/home/christoph/nixinator/default.nix b/home/christoph/nixinator/default.nix index fa33470..54d3184 100644 --- a/home/christoph/nixinator/default.nix +++ b/home/christoph/nixinator/default.nix @@ -78,6 +78,7 @@ "opencode" "opencode-go" "anthropic" + "lmstudio" ]; formatter = { nixfmt = { @@ -196,6 +197,7 @@ plugin = [ "opencode-claude-auth@latest" # https://github.com/griffinmartin/opencode-claude-auth "@tarquinen/opencode-dcp@latest" # better compacting + "opencode-lmstudio@0.3.1" # "@slkiser/opencode-quota" ]; share = "disabled";