From 690c57caeb54c26b211e97bb83d790f71fc8fe6e Mon Sep 17 00:00:00 2001 From: OpenCode Test Date: Wed, 31 Dec 2025 11:44:37 -0800 Subject: [PATCH] Add pyright-lsp plugin to enabled plugins MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- settings.json | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/settings.json b/settings.json index 474316e..8b6d582 100644 --- a/settings.json +++ b/settings.json @@ -1,15 +1,16 @@ { "model": "opus", - "enabledPlugins": { - "frontend-design@claude-plugins-official": true, - "typescript-lsp@claude-plugins-official": true, - "commit-commands@claude-plugins-official": true, - "superpowers@superpowers-marketplace": true - }, - "alwaysThinkingEnabled": true, "statusLine": { "type": "command", "command": "~/.claude/automation/statusline.sh" }, + "enabledPlugins": { + "frontend-design@claude-plugins-official": true, + "typescript-lsp@claude-plugins-official": true, + "commit-commands@claude-plugins-official": true, + "superpowers@superpowers-marketplace": true, + "pyright-lsp@claude-plugins-official": true + }, + "alwaysThinkingEnabled": true, "_note": "Agent definitions moved to ~/.claude/agents/*.md with YAML frontmatter. Autonomy levels now in ~/.claude/state/autonomy-levels.json" }