Home/Nixinator: Add opencode-mem plugin

This commit is contained in:
2026-09-21 23:25:30 +02:00
parent 6519ae6625
commit 6dd3dbe065
+3 -2
View File
@@ -363,15 +363,16 @@
};
plugin = [
# "opencode-claude-auth@latest" # https://github.com/griffinmartin/opencode-claude-auth
# "@tarquinen/opencode-dcp@latest" # better compacting
# "@tarquinen/opencode-dcp@latest" # auto compacting
# "opencode-lmstudio@0.3.1"
# "@slkiser/opencode-quota"
"opencode-mem"
];
share = "disabled";
shell = "fish";
snapshot = false;
watcher = {
ignore = ["node_modules/**" "dist/**" ".git/**"];
ignore = ["node_modules/**" "dist/**" ".git/**" ".direnv/**"];
};
};