This package provides an executable called nvr which allows you to control nvim processes from the shell and open files within :terminal without starting a nested nvim process.
This package provides an executable called nvr which allows you to control nvim processes from the shell and open files within :terminal without starting a nested nvim process.
To install neovim-remote, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install neovim-remote
To see what files were installed by neovim-remote, run:
port contents neovim-remote
To later upgrade neovim-remote, run:
sudo port selfupdate && sudo port upgrade neovim-remote
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.