OscarCreator / rsync.nvim

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

Configurable project path #88

Closed Dimfred closed 1 year ago

Dimfred commented 1 year ago

Not everyone wants to use .nvim/rsync.toml, this allows the user to use a different path.

codecov[bot] commented 1 year ago

Codecov Report

Merging #88 (38f1db7) into master (062f6c5) will increase coverage by 0.0%. The diff coverage is 100.0%.

@@          Coverage Diff           @@
##           master     #88   +/-   ##
======================================
  Coverage    93.9%   93.9%           
======================================
  Files           5       5           
  Lines         265     266    +1     
======================================
+ Hits          249     250    +1     
  Misses         16      16           
Impacted Files Coverage Δ
lua/rsync/config.lua 100.0% <ø> (ø)
lua/rsync/project.lua 95.7% <100.0%> (+<0.1%) :arrow_up:
OscarCreator commented 1 year ago

The doc/rsync.txt also needs to be updated