An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

        

[![Build Status](https://travis-ci.org/nicolas-yangli/nvim_windows_remote.svg?branch=master)](https://travis-ci.org/nicolas-yangli/nvim_windows_remote) ![GitHub release (latest SemVer including pre-releases)](https://img.shields.io/github/v/release/nicolas-yangli/nvim_windows_remote?include_prereleases) [![GitHub license](https://img.shields.io/github/license/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_remote

USAGE:
nvim_windows_remote [OPTIONS] [file]

FLAGS:
-h, --help Prints help information
-V, --version Prints version information

OPTIONS:
-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.