nvim_windows_remote 0.1.0

Edit a file in an existing neovim instance.
Documentation
  • Coverage
  • 0%
    0 out of 8 items documented0 out of 4 items with examples
  • Size
  • Source code size: 25.23 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.68 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 20s Average build duration of successful builds.
  • all releases: 20s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • nicolas-yangli/nvim_windows_remote
    1 1 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • nicolas-yangli

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.