upload on save
Hi! Thx for plugin, just tried it. Are there any plans to add upload file on safe? I think it's usual behavior like in jetbrins's ide Maybe it can be configured not in transfer.lua config, but in deployment.lua with something like: "upload on save" => true.
I didn't see that it may be needed, because my editor auto-saves a file on any edit action, so uploading a file in the middle of editing will break a remote. This feature seems not hard: add autocommand that will read a config file, compare the path of the current file with deployment options and call TransferUpload command for the saved file. But it may affect performance, because we need to read config every time, even if you don't use the transfer plugin for the current project or auto-upload option is disabled. My opinion is you should look at some other approach, or find a plugin that already has this feature. I saw them.
@FrigoreD if you still interested in this feature, it was implemented https://github.com/coffebar/transfer.nvim/pull/25 You can help to test it or just close the issue