Add pyright-lsp plugin to enabled plugins
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -1,15 +1,16 @@
|
|||||||
{
|
{
|
||||||
"model": "opus",
|
"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": {
|
"statusLine": {
|
||||||
"type": "command",
|
"type": "command",
|
||||||
"command": "~/.claude/automation/statusline.sh"
|
"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"
|
"_note": "Agent definitions moved to ~/.claude/agents/*.md with YAML frontmatter. Autonomy levels now in ~/.claude/state/autonomy-levels.json"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user