Skip to content

docs: update installation for vscode-neovim users #78

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Sep 3, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions docs/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,3 +86,17 @@ and `keybindings.json` files in order to spot some weird conflicts.
## Known Issues

- File browser (bound to `<spc> f f`) doesn't have a button to open local file with VSCode Remote

## 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`,
refer to the [issues](https://github.com/VSpaceCode/VSpaceCode/issues/34#issuecomment-1155115164) and update `keybindings.json` "to complete the initial configuration:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
refer to the [issues](https://github.com/VSpaceCode/VSpaceCode/issues/34#issuecomment-1155115164) and update `keybindings.json` "to complete the initial configuration:
refer to the [issues](https://github.com/VSpaceCode/VSpaceCode/issues/34#issuecomment-1155115164) and update `keybindings.json` to complete the initial configuration:

there's just one "


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