Skip to content

Commit 0bc8ef3

Browse files
authored
docs: update troubleshooting guide for vscode-neovim users
1 parent a6ca608 commit 0bc8ef3

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

docs/troubleshooting.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,3 +86,17 @@ and `keybindings.json` files in order to spot some weird conflicts.
8686
## Known Issues
8787

8888
- File browser (bound to `<spc> f f`) doesn't have a button to open local file with VSCode Remote
89+
90+
## For vscode-neovim users
91+
92+
After installing the extension, you only need to update `keybindings.json`, `settings.json` doesn't need to be updated.
93+
After using the command `VSpaceCode: Configure Default Keybindings`,
94+
refer to the [issues](https://github.com/VSpaceCode/VSpaceCode/issues/34#issuecomment-1155115164) and update `keybindings.json` "to complete the initial configuration:
95+
96+
```json
97+
{
98+
"key": "space",
99+
"command": "vspacecode.space",
100+
"when": "editorTextFocus && neovim.mode == normal"
101+
},
102+
```

0 commit comments

Comments
 (0)