aboutsummaryrefslogtreecommitdiff
path: root/.config/Code/User/settings.json
diff options
context:
space:
mode:
authorkj_sh6042025-10-11 14:13:41 -0400
committerkj_sh6042025-10-11 14:13:41 -0400
commit54f347854e2402dd14b0142051a6c20e9218a5a8 (patch)
treef3ad665a45116da9811bcd6381e89c58a017823c /.config/Code/User/settings.json
parent69d5d6a2621e9dc265dd58c59a35248450f03db6 (diff)
refactor: spellcheck toggle and `hl` and `inc` vim search
Diffstat (limited to '.config/Code/User/settings.json')
-rw-r--r--.config/Code/User/settings.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/.config/Code/User/settings.json b/.config/Code/User/settings.json
index b4abbbc..a0c1799 100644
--- a/.config/Code/User/settings.json
+++ b/.config/Code/User/settings.json
@@ -252,6 +252,8 @@
"<C-w>": false
},
"vim.history": 1000,
+ "vim.hlsearch": true,
+ "vim.incsearch": true,
"vim.shell": "/bin/sh",
"vim.statusBarColorControl": false,
"vim.textwidth": 120,
@@ -292,4 +294,5 @@
"workbench.tree.indent": 8,
"workbench.tree.renderIndentGuides": "none",
"workbench.welcomePage.walkthroughs.openOnInstall": false,
+ "cSpell.enabled": false,
} \ No newline at end of file