From cd38324cf73a4250cd1cbe27754b7c031d024cee Mon Sep 17 00:00:00 2001 From: bastien Date: Mon, 13 Apr 2026 15:12:37 +0200 Subject: [PATCH] chore: reorder settings.json keys Co-Authored-By: Claude --- settings.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/settings.json b/settings.json index 2a69196..6d30b12 100644 --- a/settings.json +++ b/settings.json @@ -215,6 +215,9 @@ "type": "command", "command": "bash ~/.claude/hooks/statusline.sh" }, + "enabledPlugins": { + "example-skills@anthropic-agent-skills": true + }, "extraKnownMarketplaces": { "claude-code-plugins": { "source": { @@ -240,8 +243,5 @@ "repo": "anthropics/skills" } } - }, - "enabledPlugins": { - "example-skills@anthropic-agent-skills": true } }