aboutsummaryrefslogtreecommitdiff
path: root/dotfiles
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-05-06 05:48:18 -0500
committerCraig Jennings <c@cjennings.net>2026-05-06 05:48:18 -0500
commit839a71a3ae16a3ff591d1500f81ee38bc716ad89 (patch)
treea18c6fb4d46e9eda4b88df24fedd6fbffa7d3a17 /dotfiles
parentee3992ad55bef1143f3e9bfcf223896c84decc77 (diff)
downloadarchsetup-839a71a3ae16a3ff591d1500f81ee38bc716ad89.tar.gz
archsetup-839a71a3ae16a3ff591d1500f81ee38bc716ad89.zip
chore(claude): drop four unused plugins, switch editor to emacs
I dropped frontend-design, ralph-loop, security-guidance, and context7 from enabledPlugins. Context7 saw three tool calls across months of sessions. I never used the other three at all. I also switched editorMode back to emacs because the readline default fits my flow better than vim mode.
Diffstat (limited to 'dotfiles')
-rw-r--r--dotfiles/common/.claude/settings.json6
1 files changed, 1 insertions, 5 deletions
diff --git a/dotfiles/common/.claude/settings.json b/dotfiles/common/.claude/settings.json
index d90e005..18855e7 100644
--- a/dotfiles/common/.claude/settings.json
+++ b/dotfiles/common/.claude/settings.json
@@ -31,17 +31,13 @@
},
"enabledPlugins": {
"pyright-lsp@claude-plugins-official": true,
- "frontend-design@claude-plugins-official": true,
- "ralph-loop@claude-plugins-official": true,
- "security-guidance@claude-plugins-official": true,
- "context7@claude-plugins-official": true,
"typescript-lsp@claude-plugins-official": true,
"gopls-lsp@claude-plugins-official": true
},
"effortLevel": "high",
"promptSuggestionEnabled": false,
"skipDangerousModePermissionPrompt": true,
- "editorMode": "vim",
+ "editorMode": "emacs",
"prefersReducedMotion": true,
"agentPushNotifEnabled": true
}