# nvim-send [![Crates.io](https://img.shields.io/crates/v/nvim-send.svg)](https://crates.io/crates/nvim-send) ⚠️ **DEPRECATED / UNMAINTAINED!** ⚠️ Please use `nvim --headless --clean --remote-expr ` / `nvim --headless --clean --remote-send ` (for nvim >= 0.7.0) or [`nvr --nostart --remote-send `](https://github.com/mhinz/neovim-remote#demos) for older versions. ## Usage Run `nvim --listen /tmp/nvim.sock` (or `nvim --listen \\.\pipe\nvim` for Windows users) ``` $ cargo install nvim-send $ nvim-send --remote-send ':echo "hello"' --servername /tmp/nvim.sock ``` ## License MIT/Apache-2.0