enable the ability to add local filesystem plugins

This commit is contained in:
2025-04-25 23:15:57 -05:00
parent 381f473a15
commit d030a5c39b
4 changed files with 44 additions and 1 deletions

View File

@ -95,6 +95,10 @@ A package must be declared in the following format.
-- Defaults to "https://github.com/{full_name}.git".
url = "https://git.chiya.dev/user/package.git",
-- [string] Overrides the source in which the package is gotten
-- from. This is not set by default.
path = "~/my-local-package/",
-- [string] Overrides the name of the branch to clone.
-- Defaults to whatever the remote configured as their HEAD, which is usually "master".
branch = "develop",