Skip to content

Commit

Permalink
docs: update installation for vscode-neovim users (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
screw-hand authored Sep 3, 2024
1 parent a6ca608 commit 2b7fb47
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,16 @@ The following commands can be accessed through command palette to rerun the auto

[settings]: https://github.com/VSpaceCode/VSpaceCode/blob/master/src/configuration/settings.jsonc
[keybindings]: https://github.com/VSpaceCode/VSpaceCode/blob/master/src/configuration/keybindings.jsonc

## For vscode-neovim users

After installing the extension, you only need to update `keybindings.json`, `settings.json` doesn't need to be updated.
After using the command `VSpaceCode: Configure Default Keybindings`, update `keybindings.json` to complete the initial configuration:

```json
{
"key": "space",
"command": "vspacecode.space",
"when": "editorTextFocus && neovim.mode == normal"
},
```

0 comments on commit 2b7fb47

Please sign in to comment.