diff options
author | Adam Harrison <adamdharrison@gmail.com> | 2022-11-03 20:26:54 -0400 |
---|---|---|
committer | Adam Harrison <adamdharrison@gmail.com> | 2022-11-03 20:26:54 -0400 |
commit | 086cbe2a095b52bf44f2ac5e361152cb8e77dc1b (patch) | |
tree | 7883767123bdc5826b61ac1912a293699d2e7ad8 /SPEC.md | |
parent | c40793df85f402f26efab64c96387318a9c8c514 (diff) | |
download | lite-xl-plugin-manager-086cbe2a095b52bf44f2ac5e361152cb8e77dc1b.tar.gz lite-xl-plugin-manager-086cbe2a095b52bf44f2ac5e361152cb8e77dc1b.zip |
Added conflicts.
Diffstat (limited to 'SPEC.md')
-rw-r--r-- | SPEC.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -46,7 +46,11 @@ The vast majority of plugins are `singleton` plugins. this plugin provides. Can be used as a dependency. * `dependencies`: Optionally a hash of dependencies required, or optional for this plugin. +* `conflicts`: An optional hash of plugins which conflict with this one, in the same + format as `dependencies`. * `tags`: Optional freeform tags that may describe attributes of the plugin. +* `path`: Optional path to the plugin. If omitted, will only pull the files in + `files`. To pull the whole repository, use `"."`. ### Dependencies |