Home/Nixinator: Add opencode lmstudio plugin

This commit is contained in:
2026-06-28 14:26:25 +02:00
parent 3d8fcf9be3
commit eb30119de9
+2
View File
@@ -78,6 +78,7 @@
"opencode" "opencode"
"opencode-go" "opencode-go"
"anthropic" "anthropic"
"lmstudio"
]; ];
formatter = { formatter = {
nixfmt = { nixfmt = {
@@ -196,6 +197,7 @@
plugin = [ plugin = [
"opencode-claude-auth@latest" # https://github.com/griffinmartin/opencode-claude-auth "opencode-claude-auth@latest" # https://github.com/griffinmartin/opencode-claude-auth
"@tarquinen/opencode-dcp@latest" # better compacting "@tarquinen/opencode-dcp@latest" # better compacting
"opencode-lmstudio@0.3.1"
# "@slkiser/opencode-quota" # "@slkiser/opencode-quota"
]; ];
share = "disabled"; share = "disabled";