OscarCreator / rsync.nvim

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

Sync when git repo have changed #72

Closed OscarCreator closed 1 year ago

OscarCreator commented 1 year ago

This fixes #66

codecov[bot] commented 1 year ago

Codecov Report

Merging #72 (7bfc0a8) into master (f13814d) will decrease coverage by 0.3%. The diff coverage is 88.8%.

@@           Coverage Diff            @@
##           master     #72     +/-   ##
========================================
- Coverage    93.4%   93.2%   -0.3%     
========================================
  Files           5       5             
  Lines         243     250      +7     
========================================
+ Hits          227     233      +6     
- Misses         16      17      +1     
Impacted Files Coverage Δ
lua/rsync/init.lua 96.8% <87.5%> (-1.4%) :arrow_down:
lua/rsync/config.lua 100.0% <100.0%> (ø)