mirror of
https://github.com/pratiktri/dotfiles.git
synced 2026-02-04 08:41:43 +05:30
chore:
- IdeaVIM: Remove ident-object plugin as that is not working - VSCode: Indentation fix
This commit is contained in:
@@ -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": [
|
||||
|
||||
@@ -54,7 +54,7 @@ set commentary " gc [motion]
|
||||
set easymotion " <leader>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
|
||||
|
||||
Reference in New Issue
Block a user