Skip to content

Commit cdbe977

Browse files
authored
Update package.json
Add description for new setting.
1 parent 36d8e41 commit cdbe977

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -739,6 +739,11 @@
739739
"markdownDescription": "Enable the [Surround](https://github.com/tpope/vim-surround) plugin for Vim.",
740740
"default": true
741741
},
742+
"vim.disableDefaultPluginMappings": {
743+
"type": "boolean",
744+
"markdownDescription": "For users of custom keyboard layouts. Disable default keymappings starting with c/d/y. At present only affects surround.",
745+
"default": false
746+
},
742747
"vim.argumentObjectSeparators": {
743748
"type": "array",
744749
"items": {

0 commit comments

Comments
 (0)