https://github.com/nicolas-yangli/nvim_windows_remote
Edit a file in an existing neovim instance.
https://github.com/nicolas-yangli/nvim_windows_remote
neovim neovim-clients
Last synced: 4 months ago
JSON representation
Edit a file in an existing neovim instance.
- Host: GitHub
- URL: https://github.com/nicolas-yangli/nvim_windows_remote
- Owner: nicolas-yangli
- License: apache-2.0
- Archived: true
- Created: 2020-01-05T09:37:52.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-05T11:56:15.000Z (over 5 years ago)
- Last Synced: 2025-01-16T02:53:29.206Z (5 months ago)
- Topics: neovim, neovim-clients
- Language: Rust
- Size: 13.7 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://travis-ci.org/nicolas-yangli/nvim_windows_remote)  [](https://github.com/nicolas-yangli/nvim_windows_remote/blob/master/LICENSE)
Edit a file in an existing neovim instance.
# Usage
```
nvim_windows_remoteUSAGE:
nvim_windows_remote [OPTIONS] [file]FLAGS:
-h, --help Prints help information
-V, --version Prints version informationOPTIONS:
-c, --edit-command [possible values: edit, split, vsplit]ARGS:
```## Add to Context Menu
1. Edit `editWithNeoVim.reg`.
* Replace `C:\\Tools\\Neovim\\bin\\nvim-qt.exe`, `C:\\Tools\\nvim_windows_remote\\nvim_windows_remote.exe` with actual paths of executables.
* (Optioanlly) Change edit command, `vsplit`, to whatever you want.
2. Import it to the registry.