File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -43,3 +43,16 @@ The following commands can be accessed through command palette to rerun the auto
43
43
44
44
[ settings ] : https://github.com/VSpaceCode/VSpaceCode/blob/master/src/configuration/settings.jsonc
45
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
+ ```
You can’t perform that action at this time.
0 commit comments