rsync.nvim
rsync.nvim copied to clipboard
neovim plugin which synchronises project with rsync on save.
Would be nice to have this, e.g. I sometimes don't want `--delete` to be called, since it would clear my build folder (only if it is not in the `.gitignore`)...
It could be good to have sync status message from file syncing (`RsyncDownFile` and `RsyncUpFile`). There is already a status variable which can be seen if `RsyncProjectConfig` is run but...
- [x] filter out files in .gitignore. #33 - [ ] filter all dot files - [ ] custom folders/files to skip - [ ] file.start_window = the time to...
Different rsync features which this plugin depend on require different version. - [ ] This should be added to health checks - [ ] Disable that feature or use an...