Neovim Plugin for syncing files to a remote host. Has only a few commands, but is very fast and reliable. For a more complete plugin, see transfer.nvim
This command is used for syncing directories with a remote machine. It takes one argument, which can be 'push' or 'pull'.
Example usage: :FlyAwaySync push
This command repeats the last sync operation, either push or pull. It takes one argument, which can be 'push' or 'pull'.
Example usage: :SyncFast pull
This command shows the logs of the last sync operation.
Example usage: :SyncOutput
If you are using Packer as your NeoVim plugin manager, you can add the following line to your Packer configuration:
use 'NiclasEich/FlyAway'