OscarCreator / rsync.nvim

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

Support macOS #79

Closed OscarCreator closed 1 year ago

OscarCreator commented 1 year ago

This should fix #78

codecov[bot] commented 1 year ago

Codecov Report

Merging #79 (c7a2e0f) into master (41fde54) will not change coverage. The diff coverage is n/a.

@@          Coverage Diff           @@
##           master     #79   +/-   ##
======================================
  Coverage    93.4%   93.4%           
======================================
  Files           5       5           
  Lines         243     243           
======================================
  Hits          227     227           
  Misses         16      16           
OscarCreator commented 1 year ago

https://kdheepak.com/blog/loading-a-rust-library-as-a-lua-module-in-neovim/