OscarCreator / rsync.nvim

neovim plugin which synchronises project with rsync on save.
MIT License
83 stars 12 forks source link

Add sync_on_save to plugin config #76

Closed OscarCreator closed 1 year ago

OscarCreator commented 1 year ago

This option should disable calling sync_up when saving a file.

The reason being that everyone might only need the commands and do not want auto sync.

Dimfred commented 1 year ago

Coming in my PR