|
454 | 454 | },
|
455 | 455 | "vim.normalModeKeyBindings": {
|
456 | 456 | "type": "array",
|
457 |
| - "markdownDescription": "Remapped keys in Normal mode. Allows mapping to Vim commands or VS Code actions. See [README](https://github.com/VSCodeVim/Vim/#key-remapping) for details." |
| 457 | + "markdownDescription": "Remapped keys in Normal mode. Allows mapping to Vim commands or VS Code actions. See [README](https://github.com/VSCodeVim/Vim/#key-remapping) for details.", |
| 458 | + "scope": "application" |
458 | 459 | },
|
459 | 460 | "vim.normalModeKeyBindingsNonRecursive": {
|
460 | 461 | "type": "array",
|
461 |
| - "markdownDescription": "Non-recursive remapped keys in Normal mode. Allows mapping to Vim commands or VS Code actions. See [README](https://github.com/VSCodeVim/Vim/#key-remapping) for details." |
| 462 | + "markdownDescription": "Non-recursive remapped keys in Normal mode. Allows mapping to Vim commands or VS Code actions. See [README](https://github.com/VSCodeVim/Vim/#key-remapping) for details.", |
| 463 | + "scope": "application" |
462 | 464 | },
|
463 | 465 | "vim.operatorPendingModeKeyBindings": {
|
464 | 466 | "type": "array",
|
465 |
| - "markdownDescription": "Remapped keys in OperatorPending mode. Allows mapping to Vim commands or VS Code actions. See [README](https://github.com/VSCodeVim/Vim/#key-remapping) for details." |
| 467 | + "markdownDescription": "Remapped keys in OperatorPending mode. Allows mapping to Vim commands or VS Code actions. See [README](https://github.com/VSCodeVim/Vim/#key-remapping) for details.", |
| 468 | + "scope": "application" |
466 | 469 | },
|
467 | 470 | "vim.operatorPendingModeKeyBindingsNonRecursive": {
|
468 | 471 | "type": "array",
|
469 |
| - "markdownDescription": "Non-recursive remapped keys in OperatorPending mode. Allows mapping to Vim commands or VS Code actions. See [README](https://github.com/VSCodeVim/Vim/#key-remapping) for details." |
| 472 | + "markdownDescription": "Non-recursive remapped keys in OperatorPending mode. Allows mapping to Vim commands or VS Code actions. See [README](https://github.com/VSCodeVim/Vim/#key-remapping) for details.", |
| 473 | + "scope": "application" |
470 | 474 | },
|
471 | 475 | "vim.useCtrlKeys": {
|
472 | 476 | "type": "boolean",
|
|
518 | 522 | },
|
519 | 523 | "vim.insertModeKeyBindings": {
|
520 | 524 | "type": "array",
|
521 |
| - "markdownDescription": "Remapped keys in Insert mode. Allows mapping to Vim commands or VS Code actions. See [README](https://github.com/VSCodeVim/Vim/#key-remapping) for details." |
| 525 | + "markdownDescription": "Remapped keys in Insert mode. Allows mapping to Vim commands or VS Code actions. See [README](https://github.com/VSCodeVim/Vim/#key-remapping) for details.", |
| 526 | + "scope": "application" |
522 | 527 | },
|
523 | 528 | "vim.insertModeKeyBindingsNonRecursive": {
|
524 | 529 | "type": "array",
|
525 |
| - "markdownDescription": "Non-recursive keybinding overrides to use for Insert mode. Allows mapping to Vim commands or VS Code actions. See [README](https://github.com/VSCodeVim/Vim/#key-remapping) for details." |
| 530 | + "markdownDescription": "Non-recursive keybinding overrides to use for Insert mode. Allows mapping to Vim commands or VS Code actions. See [README](https://github.com/VSCodeVim/Vim/#key-remapping) for details.", |
| 531 | + "scope": "application" |
526 | 532 | },
|
527 | 533 | "vim.visualModeKeyBindings": {
|
528 | 534 | "type": "array",
|
529 |
| - "markdownDescription": "Remapped keys in Visual mode. Allows mapping to Vim commands or VS Code actions. See [README](https://github.com/VSCodeVim/Vim/#key-remapping) for details." |
| 535 | + "markdownDescription": "Remapped keys in Visual mode. Allows mapping to Vim commands or VS Code actions. See [README](https://github.com/VSCodeVim/Vim/#key-remapping) for details.", |
| 536 | + "scope": "application" |
530 | 537 | },
|
531 | 538 | "vim.visualModeKeyBindingsNonRecursive": {
|
532 | 539 | "type": "array",
|
533 |
| - "markdownDescription": "Non-recursive keybinding overrides to use for Visual mode. Allows mapping to Vim commands or VS Code actions. See [README](https://github.com/VSCodeVim/Vim/#key-remapping) for details." |
| 540 | + "markdownDescription": "Non-recursive keybinding overrides to use for Visual mode. Allows mapping to Vim commands or VS Code actions. See [README](https://github.com/VSCodeVim/Vim/#key-remapping) for details.", |
| 541 | + "scope": "application" |
534 | 542 | },
|
535 | 543 | "vim.commandLineModeKeyBindings": {
|
536 | 544 | "type": "array",
|
537 |
| - "markdownDescription": "Remapped keys in command line mode. Allows mapping to Vim commands or VS Code actions. See [README](https://github.com/VSCodeVim/Vim/#key-remapping) for details." |
| 545 | + "markdownDescription": "Remapped keys in command line mode. Allows mapping to Vim commands or VS Code actions. See [README](https://github.com/VSCodeVim/Vim/#key-remapping) for details.", |
| 546 | + "scope": "application" |
538 | 547 | },
|
539 | 548 | "vim.commandLineModeKeyBindingsNonRecursive": {
|
540 | 549 | "type": "array",
|
541 |
| - "markdownDescription": "Non-recursive keybinding overrides to use for command line mode. Allows mapping to Vim commands or VS Code actions. See [README](https://github.com/VSCodeVim/Vim/#key-remapping) for details." |
| 550 | + "markdownDescription": "Non-recursive keybinding overrides to use for command line mode. Allows mapping to Vim commands or VS Code actions. See [README](https://github.com/VSCodeVim/Vim/#key-remapping) for details.", |
| 551 | + "scope": "application" |
542 | 552 | },
|
543 | 553 | "vim.textwidth": {
|
544 | 554 | "type": "number",
|
|
904 | 914 | "type": "string",
|
905 | 915 | "markdownDescription": "Path to Neovim executable. For example, `/usr/bin/nvim`, or `C:\\Program Files\\Neovim\\bin\\nvim.exe`.",
|
906 | 916 | "default": "",
|
907 |
| - "scope": "machine-overridable" |
| 917 | + "scope": "machine" |
908 | 918 | },
|
909 | 919 | "vim.neovimUseConfigFile": {
|
910 | 920 | "type": "boolean",
|
|
915 | 925 | "type": "string",
|
916 | 926 | "markdownDescription": "Path to Neovim configuration file. `vim.neovimUseConfigFile` must be enabled. If path is left blank, Neovim will use its default config path, i.e. `~/.config/nvim/init.vim` or 'C:\\Users\\USERNAME\\AppData\\Local\\nvim\\init.vim'.",
|
917 | 927 | "default": "",
|
918 |
| - "scope": "machine-overridable" |
| 928 | + "scope": "machine" |
919 | 929 | },
|
920 | 930 | "vim.vimrc.enable": {
|
921 | 931 | "type": "boolean",
|
|
0 commit comments