neovim-remote

Control Neovim processes from the command line using nvr

brewmacoslinux
Try with needOr install directly
Source

About

Control nvim processes using `nvr` command-line tool

Commands

nvr

Examples

Open a file in an existing Neovim instance$ nvr --remote /path/to/file.txt
Open a file in a new tab in an existing Neovim instance$ nvr --remote-tab /path/to/file.txt
Execute a Neovim command in an existing instance$ nvr --remote-send ':set number<CR>'