nvim_windows_remote

Crates.ionvim_windows_remote
lib.rsnvim_windows_remote
version0.1.0
sourcesrc
created_at2020-01-05 09:58:42.859901
updated_at2020-01-05 09:58:42.859901
descriptionEdit a file in an existing neovim instance.
homepage
repositoryhttps://github.com/nicolas-yangli/nvim_windows_remote
max_upload_size
id195379
size25,230
nicolasyang (nicolas-yangli)

documentation

README

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 <edit_command>     [possible values: edit, split, vsplit]

ARGS:
    <file>

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.
Commit count: 11

cargo fmt