amitds1997/remote-nvim.nvim

Replace scp with rsync if available

Opened this issue · 1 comments

Copying the local configuration to the remote can be extremely slow. scp always reuploads everything whereas rsync could only upload files that are missing or changed.

Isn't there an option available to specify this via config already?

scp_binary = "scp", -- Binary to use for running SSH copy commands