We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6ca608 commit 2b7fb47Copy full SHA for 2b7fb47
1 file changed
docs/installation.md
@@ -43,3 +43,16 @@ The following commands can be accessed through command palette to rerun the auto
43
44
[settings]: https://github.com/VSpaceCode/VSpaceCode/blob/master/src/configuration/settings.jsonc
45
[keybindings]: https://github.com/VSpaceCode/VSpaceCode/blob/master/src/configuration/keybindings.jsonc
46
+
47
+## For vscode-neovim users
48
49
+After installing the extension, you only need to update `keybindings.json`, `settings.json` doesn't need to be updated.
50
+After using the command `VSpaceCode: Configure Default Keybindings`, update `keybindings.json` to complete the initial configuration:
51
52
+```json
53
+ {
54
+ "key": "space",
55
+ "command": "vspacecode.space",
56
+ "when": "editorTextFocus && neovim.mode == normal"
57
+ },
58
+```
0 commit comments