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.diagnosticLevel": "Hint",
|
||||||
"cSpell.allowCompoundWords": true,
|
"cSpell.allowCompoundWords": true,
|
||||||
"cSpell.fixSpellingWithRenameProvider": true,
|
"cSpell.fixSpellingWithRenameProvider": true,
|
||||||
"cSpell.enableFiletypes": [
|
"cSpell.enableFiletypes": ["shellscript", "csharp", "python", "javascript", "javascriptreact"],
|
||||||
"shellscript",
|
|
||||||
"csharp",
|
|
||||||
"python",
|
|
||||||
"javascript",
|
|
||||||
"javascriptreact"
|
|
||||||
],
|
|
||||||
"cSpell.minWordLength": 3,
|
"cSpell.minWordLength": 3,
|
||||||
"cSpell.numSuggestions": 10,
|
"cSpell.numSuggestions": 10,
|
||||||
"cSpell.userWords": [
|
"cSpell.userWords": [
|
||||||
|
|||||||
@@ -54,7 +54,7 @@ set commentary " gc [motion]
|
|||||||
set easymotion " <leader>j
|
set easymotion " <leader>j
|
||||||
set exchange " cx[motion] 2 times, cxc <- cancel exchange
|
set exchange " cx[motion] 2 times, cxc <- cancel exchange
|
||||||
set highlightedyank
|
set highlightedyank
|
||||||
set indent-object " ai, ii, aI, iI <- Select indent
|
" set indent-object " ai, ii, aI, iI <- Select indent
|
||||||
set quickscope
|
set quickscope
|
||||||
set paragraph-motion
|
set paragraph-motion
|
||||||
set matchit
|
set matchit
|
||||||
|
|||||||
Reference in New Issue
Block a user