From 7e12c17dbd76a02d7671fafd07547b924507f4fe Mon Sep 17 00:00:00 2001 From: Pratik Tripathy Date: Thu, 8 Aug 2024 15:46:24 +0530 Subject: [PATCH] chore: - IdeaVIM: Remove ident-object plugin as that is not working - VSCode: Indentation fix --- common/.config/Code/User/settings.json | 8 +------- common/.config/ideavim/ideavimrc | 2 +- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/common/.config/Code/User/settings.json b/common/.config/Code/User/settings.json index cfef808..1743b7f 100644 --- a/common/.config/Code/User/settings.json +++ b/common/.config/Code/User/settings.json @@ -166,13 +166,7 @@ "cSpell.diagnosticLevel": "Hint", "cSpell.allowCompoundWords": true, "cSpell.fixSpellingWithRenameProvider": true, - "cSpell.enableFiletypes": [ - "shellscript", - "csharp", - "python", - "javascript", - "javascriptreact" - ], + "cSpell.enableFiletypes": ["shellscript", "csharp", "python", "javascript", "javascriptreact"], "cSpell.minWordLength": 3, "cSpell.numSuggestions": 10, "cSpell.userWords": [ diff --git a/common/.config/ideavim/ideavimrc b/common/.config/ideavim/ideavimrc index a66d977..9026c0f 100644 --- a/common/.config/ideavim/ideavimrc +++ b/common/.config/ideavim/ideavimrc @@ -54,7 +54,7 @@ set commentary " gc [motion] set easymotion " j set exchange " cx[motion] 2 times, cxc <- cancel exchange set highlightedyank -set indent-object " ai, ii, aI, iI <- Select indent +" set indent-object " ai, ii, aI, iI <- Select indent set quickscope set paragraph-motion set matchit