From 3a6ebc91810c89a4222a5b52c768d81d20df3c0e Mon Sep 17 00:00:00 2001 From: Amolith Date: Mon, 23 Feb 2026 18:58:28 -0700 Subject: [PATCH] feat(pi): swap hashline edit for rtk, remove vim --- dot_config/pi/settings.json | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/dot_config/pi/settings.json b/dot_config/pi/settings.json index eb521fdc7eb466a3f232f336c761f4b87ad1819f..9e7aa0f98ac700ed66be624af5f5790283bec530 100644 --- a/dot_config/pi/settings.json +++ b/dot_config/pi/settings.json @@ -1,5 +1,5 @@ { - "lastChangelogVersion": "0.54.0", + "lastChangelogVersion": "0.54.1", "defaultThinkingLevel": "high", "defaultProvider": "plexus", "defaultModel": "kimi-k2.5h", @@ -10,7 +10,6 @@ "hideThinkingBlock": false, "packages": [ "npm:pi-vitals", - "https://github.com/annapurna-himal/pi-vim-editor", { "source": "npm:pi-hooks", "extensions": [ @@ -22,7 +21,7 @@ "npm:@juanibiapina/pi-extension-settings", "npm:@juanibiapina/pi-plan", "npm:pi-smart-sessions", - "npm:pi-hashline-edit" + "npm:pi-rtk" ], "autocompleteMaxVisible": 10 -} \ No newline at end of file +}