Initial Commit

This commit is contained in:
2023-09-18 19:57:18 -04:00
commit 1a1fb31a3c
52 changed files with 6882 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
local _ = require("gettext")
return {
name = "syncninja",
fullname = _("Additional sync capabilities"),
description = _([[Syncs your documents and activity to an altered server.]])
}