diff options
Diffstat (limited to 'manifest.json')
-rw-r--r-- | manifest.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/manifest.json b/manifest.json index bca7478..137d588 100644 --- a/manifest.json +++ b/manifest.json @@ -1046,6 +1046,15 @@ "mod_version": "3" }, { + "name": "Source Control Management", + "description": "Extensible source control management plugin with git and fossil backends.", + "version": "0.1", + "remote": "https://github.com/lite-xl/lite-xl-scm:930951990f9a3c78178265e5380e3c9e40b109d2", + "id": "scm", + "mod_version": "3", + "dependencies": { "widget": {} } + }, + { "description": "Friendlier search and replace user interface using Widgets.", "version": "0.1", "path": "plugins/search_ui.lua", |