aboutsummaryrefslogtreecommitdiff
path: root/.config/Code/User/settings.json
diff options
context:
space:
mode:
Diffstat (limited to '.config/Code/User/settings.json')
-rw-r--r--.config/Code/User/settings.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/.config/Code/User/settings.json b/.config/Code/User/settings.json
index 3f317dd..01f2a30 100644
--- a/.config/Code/User/settings.json
+++ b/.config/Code/User/settings.json
@@ -153,6 +153,9 @@
"explorer.fileNesting.enabled": false,
"extensions.autoCheckUpdates": false,
"extensions.autoUpdate": false,
+ "extensions.experimental.affinity": {
+ "vscodevim.vim": 1
+ },
"extensions.ignoreRecommendations": true,
"files.autoSave": "off",
"files.exclude": {
@@ -256,6 +259,7 @@
"vim.incsearch": true,
"vim.shell": "/bin/sh",
"vim.statusBarColorControl": false,
+ "vim.surround": true,
"vim.textwidth": 120,
"vim.vimrc.enable": true,
"vim.vimrc.path": "$HOME/.code-vimrc",