Skip to content

Commit 2b7fb47

Browse files
authored
docs: update installation for vscode-neovim users (#78)
1 parent a6ca608 commit 2b7fb47

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

docs/installation.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,16 @@ The following commands can be accessed through command palette to rerun the auto
4343

4444
[settings]: https://github.com/VSpaceCode/VSpaceCode/blob/master/src/configuration/settings.jsonc
4545
[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

Comments
 (0)