From 4086bf51401f4c996d0b2bb229fb59abd7810c9d Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Sat, 31 Jan 2026 19:02:09 +0000 Subject: [PATCH] feat(claude/settings): toggle rust-analyzer-lsp and sentry plugins Enable rust-analyzer-lsp plugin for Rust development support and disable sentry plugin as it's not currently needed. Co-Authored-By: Claude Opus 4.5 --- claude/settings.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/claude/settings.json b/claude/settings.json index 5f6ef29..23e638d 100644 --- a/claude/settings.json +++ b/claude/settings.json @@ -93,9 +93,9 @@ "plugin-dev@claude-plugins-official": true, "pr-review-toolkit@claude-plugins-official": false, "ralph-loop@claude-plugins-official": false, - "rust-analyzer-lsp@claude-plugins-official": false, + "rust-analyzer-lsp@claude-plugins-official": true, "security-guidance@claude-plugins-official": true, - "sentry@claude-plugins-official": true, + "sentry@claude-plugins-official": false, "swift-lsp@claude-plugins-official": false, "typescript-lsp@claude-plugins-official": true },